Skip to content

Commit

Permalink
chore: increase timeout for notifi capture
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 1, 2024
1 parent 30f33b3 commit d93d3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -56,7 +56,7 @@ describe("Claims Portal Success", () => {

cy.get("#view-claim").should("not.be.visible");

cy.get("body").should("contain.text", "This reward is not for you");
cy.get("body", { timeout: 15000 }).should("contain.text", "This reward is not for you");
});
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
"@commitlint/config-conventional"
]
}
}
}

0 comments on commit d93d3ab

Please sign in to comment.