From 3209986df1fde261202b60cc3d7b5736fef248cd Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Tue, 23 Mar 2021 20:10:58 +0100 Subject: [PATCH] #1955 Fix for tests --- cypress/integration/rendering/flowchart-v2.spec.js | 1 + cypress/integration/rendering/flowchart.spec.js | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) 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'} ); - }); - });