Skip to content

Commit

Permalink
changed cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCSG committed Jun 15, 2024
1 parent ebbbe6a commit ff21f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/signin.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe("Register", () => {
cy.get("button").contains("Register").click();
cy.wait(2000);
cy.get("div").contains("Account created successfully.").should("exist");
cy.wait(60000);
cy.wait(61000);
cy.url().should("include", "/dashboard");
cy.visit("/profile");
cy.wait(30000);
Expand Down

0 comments on commit ff21f00

Please sign in to comment.