diff --git a/cypress/integration/rendering/flowchart-v2.spec.js b/cypress/integration/rendering/flowchart-v2.spec.js index 05ae82b6e..d0b2323d2 100644 --- a/cypress/integration/rendering/flowchart-v2.spec.js +++ b/cypress/integration/rendering/flowchart-v2.spec.js @@ -450,6 +450,7 @@ flowchart TD `, {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'} ); + }); it('65: text-color from classes', () => { imgSnapshotTest( ` diff --git a/cypress/integration/rendering/flowchart.spec.js b/cypress/integration/rendering/flowchart.spec.js index 376c26159..4c9056711 100644 --- a/cypress/integration/rendering/flowchart.spec.js +++ b/cypress/integration/rendering/flowchart.spec.js @@ -881,7 +881,8 @@ graph TD `, {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'} ); - it('65: text-color from classes', () => { + }); + it('65: text-color from classes', () => { imgSnapshotTest( ` flowchart LR @@ -891,7 +892,5 @@ graph TD `, {htmlLabels: true, flowchart: {htmlLabels: true}, securityLevel: 'loose'} ); - }); - });