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 26, 2024
1 parent 9f73b85 commit a5a7113
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 @@ -301,7 +301,7 @@ describe('Select', () => {
cy.findByRole('button', {name: 'Label'}).realPress('{downarrow}');
});

context.only('the menu', () => {
context('the menu', () => {
it('should set assistive focus to the "Mail" option', () => {
cy.findByRole('button', {name: 'Label'})
.pipe(h.selectPreview.getMenu)
Expand Down

0 comments on commit a5a7113

Please sign in to comment.