diff --git a/cypress/integration/rendering/flowchart.spec.js b/cypress/integration/rendering/flowchart.spec.js index 6d8b4a49a..81c1ceeb9 100644 --- a/cypress/integration/rendering/flowchart.spec.js +++ b/cypress/integration/rendering/flowchart.spec.js @@ -897,7 +897,6 @@ graph TD graph TD classDef default fill:#000,stroke:#000,stroke-width:4px,color:#fff default --> default2 - class default,default2 default `, { htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' } );