Test updates when switching to cypress-image-snapshoits

This commit is contained in:
Knut Sveidqvist
2022-03-31 19:14:37 +02:00
parent bbabf25a9e
commit fca58aafb1
6 changed files with 33 additions and 562 deletions

View File

@@ -134,7 +134,7 @@ graph TD
const url = 'http://localhost:9000/theme-directives.html';
cy.visit(url);
cy.get('svg');
cy.percySnapshot();
cy.matchImageSnapshot('conf-and-directives.spec-when-rendering-several-diagrams-diagram-1');
});
});
});