diff --git a/cypress/component/SelectPreview.spec.tsx b/cypress/component/SelectPreview.spec.tsx index 579d0bb95b..a48ec0b85c 100644 --- a/cypress/component/SelectPreview.spec.tsx +++ b/cypress/component/SelectPreview.spec.tsx @@ -446,7 +446,7 @@ describe('Select', () => { }); context('the menu', () => { - it.only('should still have assistive focus set to the second option ("Phone")', () => { + it('should still have assistive focus set to the second option ("Phone")', () => { // Focus is shifting between the button and menu as we close // and open the menu. It's important that we use getMenu rather // than cy.focused() to ensure we obtain a reference to the menu.