fix(e2e): use button role for storage classes sidebar link #59
Reference in New Issue
Block a user
Delete Branch "gandalf/fix-e2e-storage-class-selector"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- Changes
getByRole('link', { name: /storage classes/i })togetByRole('button', { name: /storage classes/i })\n- Matches actual Headlamp sidebar structure (buttons, not links)\n- Increases timeout from 10s to 15s for consistency\n\n## Test failure\nThe storage classes sidebar entry is a button in Headlamp. The test was looking for a link, causing:\nError: element not found\n\ncc @cpfarhoodYour free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Closing — superseded by #61 (canonical E2E consolidation PR). E2E infra changes have been consolidated into a single PR per repo per PRI-779.
Pull request closed