Skip to content

Commit

Permalink
Fix clock
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Sep 5, 2021
1 parent 90bc105 commit d40d476
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cypress/integration/history.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
describe('Save History', () => {
before(() => {
cy.clock();
});

beforeEach(() => {
cy.clock();
cy.clearLocalStorage();
cy.visit('/edit');
cy.contains('Actions').click();
Expand Down

0 comments on commit d40d476

Please sign in to comment.