Skip to content

Commit

Permalink
feat(cypress): Adjust success message for session save in Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code committed Oct 24, 2023
1 parent 42cadfb commit f2d7d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-tests/cypress/e2e/useSession.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe("Basic public project functionality", () => {
.contains("Saving Session", { timeout: TIMEOUTS.long })
.should("be.visible");
cy.get(".modal")
.contains("There are no changes", { timeout: TIMEOUTS.long })
.contains("Your session has been saved successfully", { timeout: TIMEOUTS.long })
.should("be.visible");
cy.get(".modal .btn-close").should("be.visible").click();

Expand Down

0 comments on commit f2d7d16

Please sign in to comment.