Skip to content

Commit

Permalink
Added wait on click-in-text integration
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jun 24, 2024
1 parent 6b8373d commit ebb92b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/crkeng/click-in-text.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ describe("click-in-text", function () {
});

function withPopupDivs(popupDivsHandler) {
cy.wait(1000);
cy.get("transover-popup").should((popups) => {
expect(popups.length).to.eql(1);
const popup = popups[0];
Expand Down

0 comments on commit ebb92b5

Please sign in to comment.