Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added wait call in test
  • Loading branch information
Eric Olkowski committed May 21, 2025
commit d375d679ddad82ac1fd5191cd0653d6943ecf0f8
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('Tab Demo Test', () => {

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