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 failing tests: resolve duplicate listbox roles and TypeScript errors
- Rename SelectOption to CommandSelectOption to avoid export conflicts
- Remove duplicate role='listbox' from CommandList (PopoverContent already has it)
- Remove unused refs and scroll-into-view functionality due to Command component limitations
- Fix test to handle multiple listboxes by using findAllByRole and selecting appropriate one
- Remove unused @ts-expect-error directive and selected prop
- Install Playwright dependencies and browser for test execution
The select-command component now builds and tests successfully.
0 commit comments