Skip to content

Commit

Permalink
test: Fix duplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 25, 2025
1 parent f4e1f07 commit b5587d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/rendering/flowchart-elk.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ end
{ flowchart: { titleTopMargin: 0 } }
);
});
it('Sub graphs and markdown strings', () => {
it('Sub graphs', () => {
imgSnapshotTest(
`---
config:
Expand Down

0 comments on commit b5587d8

Please sign in to comment.