From ec90537181367aa081ca94285169f94cdd75a867 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Wed, 29 Jan 2020 20:01:21 +0100 Subject: [PATCH] #1223 Adding support for multiple transitions to a node from another node --- cypress/integration/rendering/stateDiagram.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/rendering/stateDiagram.spec.js b/cypress/integration/rendering/stateDiagram.spec.js index 56a60d4ae..db257f76c 100644 --- a/cypress/integration/rendering/stateDiagram.spec.js +++ b/cypress/integration/rendering/stateDiagram.spec.js @@ -336,7 +336,7 @@ describe('State diagram', () => { imgSnapshotTest( ` stateDiagram - a --> b: Status + a --> b: Start a --> b: Stop `, {