chore: Remove cy.get('svg') calls

This commit is contained in:
Sidharth Vinod
2024-06-20 17:05:00 +05:30
parent fe9fbd8618
commit 5aced51f9e
11 changed files with 0 additions and 99 deletions

View File

@@ -119,7 +119,6 @@ describe('Configuration', () => {
const url = 'http://localhost:9000/regression/issue-1874.html';
cy.visit(url);
cy.window().should('have.property', 'rendered', true);
cy.get('svg').should('be.visible');
verifyScreenshot(
'configuration.spec-should-not-taint-initial-configuration-when-using-multiple-directives'
);