Skip to content

Commit

Permalink
Update cypress/e2e/claim-portal-failure.cy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: アレクサンダー.eth <[email protected]>
  • Loading branch information
pbkompasz and 0x4007 authored Aug 16, 2024
1 parent 3e4b66b commit 78b28aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/claim-portal-failure.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe("Claims Portal Failures", () => {
it("should handle no connected signer", () => {
cy.get(".additional-details", { timeout: 15000 }).first().should("be.visible").invoke("click");

cy.get("button[class='make-claim']").first().should("be.visible").click();
cy.get("button.make-claim").first().should("be.visible").click();
cy.get(".invalidator").should("not.be.visible");
cy.get(".claim-loader").should("not.be.visible");
cy.get(".view-claim").should("not.be.visible").and("include.text", "View Claim");
Expand Down

0 comments on commit 78b28aa

Please sign in to comment.