Skip to content

Commit

Permalink
Adjusted wait time in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Sep 8, 2023
1 parent 3c7d4f4 commit 4c71132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Clipboard Copy Demo Test', () => {
cy.get('#onTooltipHidden-test .pf-v5-c-button.pf-m-control').click();
cy.get('.pf-v5-c-tooltip').should('have.text', 'onTooltipHidden clicked');
cy.get('#onTooltipHidden-test input').focus();
cy.wait(50);
cy.wait(500);
cy.get('#onTooltipHidden-test .pf-v5-c-button.pf-m-control').focus();
// By default onTooltipHidden is called within ClipboardCopy to set internal copied state,
// which will reset the tooltip content to the hoverTip prop value
Expand Down

0 comments on commit 4c71132

Please sign in to comment.