#2177 Updating cypress and percy

This commit is contained in:
Knut Sveidqvist
2021-07-07 16:41:36 +02:00
parent 6715498598
commit 7fcb1ae9b3
30 changed files with 2725 additions and 1265 deletions

View File

@@ -16,6 +16,6 @@ describe('Sequencediagram', () => {
.find('svg')
.should('have.length', 1);
cy.get('.label > g > foreignobject > div').should('not.contain.text', '<b>');
cy.get('g.label > foreignobject > div').should('not.contain.text', '<b>');
});
});