fix(e2e): use button role for storage classes sidebar link #59

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from gandalf/fix-e2e-storage-class-selector into fix/elliptic-vulnerability-override

1 Commits

Author SHA1 Message Date
Chris Farhood bd834175d4 fix(e2e): use button role for storage classes sidebar link in rook plugin
The storage classes sidebar entry is a button, not a link. Using getByRole('link')
caused the test to fail with 'element not found'. Switch to getByRole('button')
which matches the actual Headlamp sidebar structure.

Also increased timeout from 10s to 15s for consistency with other waits.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 15:35:59 +00:00