diff --git a/cypress/integration/rendering/flowchart.spec.js b/cypress/integration/rendering/flowchart.spec.js index d3a83ae5f..d5bcac51a 100644 --- a/cypress/integration/rendering/flowchart.spec.js +++ b/cypress/integration/rendering/flowchart.spec.js @@ -7,7 +7,7 @@ describe('Graph', () => { A[Christmas] -->|Get money| B(Go shopping) B --> C{Let me think} C -->|One| D[Laptop] - C -->|Two| E[iPhone] + C -->|Two| E[iPad] C -->|Three| F[fa:fa-car Car] `, { flowchart: { htmlLabels: false }, fontFamily: 'courier' }