Skip to content

Commit

Permalink
update(timeout): update timeout for new account page
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Jun 5, 2024
1 parent 29049b4 commit 300f175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/PageObjects/AuthNewAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 300f175

Please sign in to comment.