#1485 Fixing for test

This commit is contained in:
Knut Sveidqvist
2020-07-15 13:29:35 +02:00
parent 6959e140af
commit fe5d9e486b

View File

@@ -6,6 +6,6 @@ describe('Sequencediagram', () => {
cy.visit(url);
cy.get('body')
.find('svg')
.should('have.length', 2);
.should('have.length', 1);
});
});