Skip to content

Commit 55b662f

Browse files
author
Eric Olkowski
committed
Added wait call in test
1 parent fb1b61d commit 55b662f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-integration/cypress/integration/tabshorizontaloverflow.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe('Tab Demo Test', () => {
2424

2525
// open the overflow menu and verify that the overflowing tabs are now visible within it
2626
cy.contains('.pf-v6-c-tabs__link', 'More').click();
27+
cy.wait(8000);
2728
['Tab item 8', 'Tab item 9', 'Tab item 10', 'Tab item 11'].forEach((menuItem) =>
2829
cy.contains(menuItem).should('exist')
2930
);

0 commit comments

Comments
 (0)