diff --git a/ui/client/cypress/integration/processes.ts b/ui/client/cypress/integration/processes.ts index 8b7ef7a485e..23236791a9b 100644 --- a/ui/client/cypress/integration/processes.ts +++ b/ui/client/cypress/integration/processes.ts @@ -21,7 +21,7 @@ describe("Processes list", () => { }) it("should allow creating new process", function() { - cy.contains(/^create new process$/i).should("be.visible").click() + cy.contains(/^create new scenario$/i).should("be.visible").click() cy.get("#newProcessId").type(this.processName) cy.contains(/^create$/i).should("be.enabled").click() cy.url().should("contain", `visualization\/${this.processName}`)