Fix viewport size

This commit is contained in:
Sidharth Vinod
2022-12-07 14:01:35 +05:30
parent 58dca0afe3
commit 69e84b6731
357 changed files with 2 additions and 3 deletions

View File

@@ -117,7 +117,6 @@ describe('Configuration', () => {
});
it('should not taint the initial configuration when using multiple directives', () => {
const url = 'http://localhost:9000/regression/issue-1874.html';
cy.viewport(1440, 1024);
cy.visit(url);
cy.get('svg');