Skip to content

Commit

Permalink
fix: Updated Select Preview spec
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-bagwell committed Nov 23, 2024
1 parent 50e76f1 commit eacf363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/component/SelectPreview.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ describe('Select', () => {
});

context('the menu', () => {
it.only('should set assistive focus to the third option down ("Mail") since focus will have skipped one disabled option ("Fax")', () => {
it('should set assistive focus to the third option down ("Mail") since focus will have skipped one disabled option ("Fax")', () => {
cy.findByRole('button', {name: 'Label (Disabled Options)'})
.pipe(h.selectPreview.getMenu)
.pipe(getAssistiveFocus)
Expand Down

0 comments on commit eacf363

Please sign in to comment.