diff --git a/cypress/integration/rendering/flowchart.spec.js b/cypress/integration/rendering/flowchart.spec.js index 22f51fcca..0bae442e1 100644 --- a/cypress/integration/rendering/flowchart.spec.js +++ b/cypress/integration/rendering/flowchart.spec.js @@ -685,4 +685,13 @@ describe('Flowchart', () => { { flowchart: { diagramPadding: 0 } } ); }); + + it('34: testing the label width in percy', () => { + imgSnapshotTest( + `graph TD + A[Christmas] + `, + { } + ); + }); });