Increase timeout in e2e v3 compatibility tests to prevent intermittent fails

This commit is contained in:
Martin Kleinschrodt 2022-05-10 17:00:21 +02:00
parent 5bbd7a33e6
commit ca6a77161b
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ Cypress.Commands.add("v3_signup", (email: string) => {
cy.get("pl-loading-button#submitPasswordButton").click({ force: true });
});
cy.url().should("include", "/items");
cy.url({ timeout: 10000 }).should("include", "/items");
});
Cypress.Commands.add("v3_login", (email: string) => {