chore: Remove cy.viewport

This commit is contained in:
Sidharth Vinod 2024-01-26 23:07:13 +05:30
parent 327530fb9d
commit 4256177531
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 0 additions and 1 deletions

View File

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