Skip to content

Commit

Permalink
Wait the popup page to be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Oct 21, 2024
1 parent 4237ec3 commit f23ab36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/specs/ClipboardBwCompatibility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe("Clipboard backward compatibility", () => {
// Go to second page
cy.get('[data-test="page-dropdown"] button').click({force: true});
cy.get('[data-test="page-popup"]').click({force: true});
cy.wait(1000);
const elementsAddedFromMainPage = 17;

// check if each control in the second page can be added to the clipboard
Expand Down

0 comments on commit f23ab36

Please sign in to comment.