From dc2d52fc090ac885d8d2ea02cc6f28d010c2eb2b Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Fri, 24 Jul 2020 19:14:42 +0200 Subject: [PATCH] testing the label width in percy --- cypress/integration/rendering/flowchart.spec.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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] + `, + { } + ); + }); });