fix(e2e): stale sidebar locator in storage-classes test (PRI-699) #57

Closed
privilegedescalation-engineer[bot] wants to merge 5 commits from gandalf/fix-flaky-storage-class into main

5 Commits

Author SHA1 Message Date
Chris Farhood ac8c2499a2 fix(e2e): reference @main workflow after .github merge
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 17:43:52 +00:00
Chris Farhood 13347ab9c1 fix(e2e): prevent stale sidebar reference in storage-classes navigation test
Re-acquire sidebar reference after clicking Rook button to avoid
stale locator capturing wrong sidebar state during transition.

PR #56 follow-up for PRI-699.
2026-05-05 14:02:34 +00:00
Chris Farhood 0d9f9d859a fix(e2e): use .first() to handle strict mode violations (PRI-699)
Similar to the kube-vip fix, /overview/i and /storage class/i can
match multiple headings. Using .first() to avoid strict mode violations.
2026-05-05 13:56:35 +00:00
Chris Farhood 61df61c691 fix(e2e): expand storage classes sidebar nav and relax plugin settings locator
The 'Storage Classes' link is nested under the Rook sidebar button, not
at the top level. Expand the Rook section before asserting visibility.
Also uses /rook/i case-insensitive regex and waits for the plugins list
to render before searching.
2026-05-05 13:04:45 +00:00
Chris Farhood 15d161c312 fix(e2e): use pnpm-capable workflow branch with namespace param 2026-05-05 12:21:22 +00:00