diff --git a/cypress/e2e/PageObjects/AuthNewAccount.ts b/cypress/e2e/PageObjects/AuthNewAccount.ts index f6bd8053..101c743b 100644 --- a/cypress/e2e/PageObjects/AuthNewAccount.ts +++ b/cypress/e2e/PageObjects/AuthNewAccount.ts @@ -10,7 +10,7 @@ class AuthNewAccount { } get titleNewAccount() { - return cy.getByTestAttr("title-new-account", { timeout: 60000 }); + return cy.getByTestAttr("title-new-account", { timeout: 120000 }); } get textNewAccountSecondary() {