Fix clock

This commit is contained in:
Sidharth Vinod
2021-09-05 17:34:22 +05:30
parent 90bc10577e
commit d40d476ea1
+1 -4
View File
@@ -1,9 +1,6 @@
describe('Save History', () => {
before(() => {
cy.clock();
});
beforeEach(() => {
cy.clock();
cy.clearLocalStorage();
cy.visit('/edit');
cy.contains('Actions').click();