You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update tests to match accessibility improvements
- Image.test.ts: add interactive={true} prop since Image now only renders as button when interactive
- TopBar.test.ts: replace tabindex checks with disabled attribute checks for semantic button elements
- TopBar.test.ts: update test name and use click instead of keyboard event (native buttons handle keyboard automatically)
0 commit comments