From fe5d9e486bcbd972dee11aff8c6085ee601db596 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Wed, 15 Jul 2020 13:29:35 +0200 Subject: [PATCH] #1485 Fixing for test --- cypress/integration/other/webpackUsage.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); });