5237 Fixes after visual tests

This commit is contained in:
Knut Sveidqvist
2024-06-13 14:25:31 +02:00
parent 9643e8f19c
commit ec0e9b8680
16 changed files with 9773 additions and 12192 deletions

View File

@@ -109,7 +109,7 @@ export const openURLAndVerifyRendering = (
}
cy.visit(url);
cy.window().should('have.property', 'rendered', true);
// cy.window().should('have.property', 'rendered', true);
cy.get('svg').should('be.visible');
if (validation) {