Skip to content

Commit

Permalink
Merge branch 'knsv/new-shapes' of github.com:mermaid-js/mermaid into …
Browse files Browse the repository at this point in the history
…knsv/new-shapes
  • Loading branch information
knsv committed Sep 18, 2024
2 parents c8b9c4c + 741072a commit d807466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/rendering/newShapes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ looks.forEach((look) => {
it(`without label`, () => {
let flowchartCode = `flowchart ${direction}\n`;
newShapesSet.forEach((newShape, index) => {
flowchartCode += ` n${index} --> n${index}${index}{ shape: ${newShape} }\n`;
flowchartCode += ` n${index} --> n${index}${index}@{ shape: ${newShape} }\n`;
});
imgSnapshotTest(flowchartCode, { look });
});
Expand Down

0 comments on commit d807466

Please sign in to comment.