From a807f65d252566a31b933310d9ffd0ea96516d67 Mon Sep 17 00:00:00 2001 From: "josh.bagwell" Date: Sat, 23 Nov 2024 01:30:26 -0700 Subject: [PATCH] fix: Updated Select Preview spec --- cypress/component/SelectPreview.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.