fix test name
This commit is contained in:
parent
f377b9f566
commit
babbe16d7d
|
@ -156,7 +156,7 @@ describe("Branching automations", () => {
|
||||||
expect(results.steps[1].outputs.message).toContain("Special user")
|
expect(results.steps[1].outputs.message).toContain("Special user")
|
||||||
})
|
})
|
||||||
|
|
||||||
it("should handlestop the branch automation when no conditions are met", async () => {
|
it("should stop the branch automation when no conditions are met", async () => {
|
||||||
const builder = createAutomationBuilder({
|
const builder = createAutomationBuilder({
|
||||||
name: "Multiple OR Conditions Branching",
|
name: "Multiple OR Conditions Branching",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue