We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8962997 commit c7cfc5dCopy full SHA for c7cfc5d
designer/client/cypress/e2e/process.cy.ts
@@ -55,11 +55,11 @@ describe("Process", () => {
55
cy.contains(/^save/i).should("be.enabled").click();
56
cy.contains(/^ok$/i).should("be.enabled").click();
57
cy.wait("@save").its("response.statusCode").should("eq", 200);
58
-
59
- cy.contains(/^ok$/i).should("not.exist");
60
cy.get('[role="alert"]')
61
.contains(/scenario name changed/i)
62
.should("be.visible");
+
+ cy.contains(/^ok$/i).should("not.exist");
63
cy.location("href").should("contain", "-renamed");
64
cy.contains(/^properties/i)
65
.should("be.enabled")
0 commit comments