chore: Remove cy.viewport

This commit is contained in:
Sidharth Vinod
2024-01-26 23:07:13 +05:30
parent 327530fb9d
commit 4256177531

View File

@@ -131,7 +131,6 @@ describe('Configuration', () => {
cy.on('uncaught:exception', (err, runnable) => { cy.on('uncaught:exception', (err, runnable) => {
return !err.message.includes('Parse error on line'); return !err.message.includes('Parse error on line');
}); });
cy.viewport(1440, 1024);
}); });
it('should not render error diagram if suppressErrorRendering is set', () => { it('should not render error diagram if suppressErrorRendering is set', () => {