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();