Skip to content

Commit

Permalink
test: remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Dec 11, 2023
1 parent f8bc7ed commit 3cfcd2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ describe("<ContactGroupComponent />", () => {

cy.get("#addressname_0").should("be.visible").and("have.value", "");

cy.wait(100);
// This seems to be useful in the PC, but harmful in the pipeline.
// cy.wait(100);

cy.get("#addressname_0")
.click()
Expand Down

0 comments on commit 3cfcd2e

Please sign in to comment.