Use cache to store snapshots

This commit is contained in:
Sidharth Vinod
2024-01-19 12:06:53 +05:30
parent 8754b9dd5d
commit d2c82c1802
7 changed files with 77 additions and 12 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');