Merge branch 'develop' into fix-markdown-labels-6087

This commit is contained in:
darshanr0107
2025-11-05 12:09:31 +05:30
committed by GitHub
19 changed files with 36 additions and 29 deletions

View File

@@ -99,6 +99,7 @@ export const openURLAndVerifyRendering = (
cy.visit(url);
cy.window().should('have.property', 'rendered', true);
cy.get('svg').should('be.visible');
// cspell:ignore viewbox
cy.get('svg').should('not.have.attr', 'viewbox');
if (validation) {