Skip to content

Commit

Permalink
Fix tabs specs
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBoll committed Nov 6, 2024
1 parent 9c79ed1 commit 26b229a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/component/Tabs.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
});

Expand Down

0 comments on commit 26b229a

Please sign in to comment.