Updated test

This commit is contained in:
Knut Sveidqvist
2020-07-26 08:20:45 +02:00
parent 416e355495
commit b1f0797a1f
3 changed files with 18 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ describe('Sequencediagram', () => {
cy.visit(url);
cy.get('body')
.find('svg')
.should('have.length', 2);
.should('have.length', 1);
});
it('should handle html escapings properly', () => {
const url = 'http://localhost:9000/webpackUsage.html?test-html-escaping=true';