Skip to content

Commit

Permalink
Merge pull request #3588 from plentymarkets/fix/tests
Browse files Browse the repository at this point in the history
add timeout
  • Loading branch information
stentrop authored Sep 10, 2024
2 parents f0bc370 + af3a4c9 commit 7c0d232
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ context("Primary Address", () =>
it("should add first billing address", () =>
{
cy.login("test@plenty.com", "TestTest00");
cy.wait(2000);
cy.visit("/my-account/");
cy.intercept("POST", "/rest/io/customer/address/?typeId=1").as("createAddress");

Expand Down

0 comments on commit 7c0d232

Please sign in to comment.