From d40d476ea1c67d2a08836d9cc10f1770028d3c02 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 5 Sep 2021 17:34:22 +0530 Subject: [PATCH] Fix clock --- cypress/integration/history.spec.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cypress/integration/history.spec.ts b/cypress/integration/history.spec.ts index 36295e6b..5e69e9f5 100644 --- a/cypress/integration/history.spec.ts +++ b/cypress/integration/history.spec.ts @@ -1,9 +1,6 @@ describe('Save History', () => { - before(() => { - cy.clock(); - }); - beforeEach(() => { + cy.clock(); cy.clearLocalStorage(); cy.visit('/edit'); cy.contains('Actions').click();