Skip to content

Commit

Permalink
Update claim-portal-success.cy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Keyrxng <[email protected]>
  • Loading branch information
jordan-ae and Keyrxng authored Jul 1, 2024
1 parent b7eb0dc commit 1d36fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/claim-portal-success.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("Claims Portal Success", () => {
cy.get("#view-claim").should("be.visible").and("include.text", "View Claim");

// anvil confirms it instantly so there is two notifications
cy.get("body").should("contain.text", "Transaction sent");
cy.get("body", { timeout: 15000 }).should("contain.text", "Transaction sent");
cy.get("body", { timeout: 15000 }).should("contain.text", "Claim Complete");

cy.window().then((win) => {
Expand Down

0 comments on commit 1d36fda

Please sign in to comment.