From 26b229aa69cd39e2457c8d1871af8d67f1aab41e Mon Sep 17 00:00:00 2001 From: Nicholas Boll Date: Wed, 6 Nov 2024 11:17:45 -0700 Subject: [PATCH] Fix tabs specs --- cypress/component/Tabs.spec.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/component/Tabs.spec.tsx b/cypress/component/Tabs.spec.tsx index 582a851e8e..7cebeca259 100644 --- a/cypress/component/Tabs.spec.tsx +++ b/cypress/component/Tabs.spec.tsx @@ -158,6 +158,7 @@ describe('Tabs', () => { // verify the original intent is no longer a tab stop context('when shift + tab keys are pressed', () => { beforeEach(() => { + cy.wait(16); // wait a frame cy.realPress(['Shift', 'Tab']); });