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']); });