Skip to content

Commit

Permalink
test: update cypress test to include new wording
Browse files Browse the repository at this point in the history
  • Loading branch information
SewerynKras committed Jun 19, 2024
1 parent 76fe8e5 commit 1c1d6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/ui/hello-world.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ describe("Test TaskExecutor API", () => {
cy.get("#PAYMENT_NETWORK").clear().type(Cypress.env("PAYMENT_NETWORK"));
cy.get("#echo").click();
cy.get("#results").should("include.text", "Hello Golem", { timeout: 60000 });
cy.get("#results").should("include.text", "Finalized leasing process", { timeout: 10000 });
cy.get("#results").should("include.text", "Finalized renting process", { timeout: 10000 });
});
});

0 comments on commit 1c1d6ae

Please sign in to comment.