fix review comments

This commit is contained in:
Ashish Jain
2024-07-19 14:09:31 +02:00
parent 2718cdae51
commit 86e4642046
9 changed files with 106 additions and 261 deletions

View File

@@ -97,7 +97,7 @@ export const openURLAndVerifyRendering = (
const name: string = (options.name ?? cy.state('runnable').fullTitle()).replace(/\s+/g, '-');
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) {