Skip to content

Commit

Permalink
Process -> Scenario labels rename - cypress tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Jul 9, 2021
1 parent e9e2758 commit 53cf25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/client/cypress/integration/processes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)
Expand Down

0 comments on commit 53cf25a

Please sign in to comment.