diff --git a/cypress/integration/other/webpackUsage.spec.js b/cypress/integration/other/webpackUsage.spec.js index af93bdd50..70af499e6 100644 --- a/cypress/integration/other/webpackUsage.spec.js +++ b/cypress/integration/other/webpackUsage.spec.js @@ -6,6 +6,6 @@ describe('Sequencediagram', () => { cy.visit(url); cy.get('body') .find('svg') - .should('have.length', 2); + .should('have.length', 1); }); });