From 2c516f395e9d76fc23ddc0131b07222f3f409092 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 5 Sep 2021 16:42:18 +0530 Subject: [PATCH] Fix test --- cypress/integration/history.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/history.spec.ts b/cypress/integration/history.spec.ts index 5bdedef0..5157bdcc 100644 --- a/cypress/integration/history.spec.ts +++ b/cypress/integration/history.spec.ts @@ -2,6 +2,7 @@ describe('Save History', () => { beforeEach(() => { cy.clearLocalStorage(); cy.visit('/edit'); + cy.contains('History').click(); }); it('should save when clicked', () => { cy.get('#historyList').find('li').should('have.length', 0);