Skip to content

Commit

Permalink
Updated cypress test for self-loops
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Sep 6, 2024
1 parent 0d7aaae commit aa259e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/integration/rendering/flowchart-v2.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,12 @@ end
subgraph C
subgraph C1
C2 --> C2
subgraph D
D1 --> D1
end
D --> D
end
C1 --> C1
end
`,
{
Expand Down

0 comments on commit aa259e0

Please sign in to comment.