From 5818db68f7b12e9d0291e621264905027090839a Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 5 Sep 2021 16:50:32 +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 5157bdcc..4b40c309 100644 --- a/cypress/integration/history.spec.ts +++ b/cypress/integration/history.spec.ts @@ -3,6 +3,7 @@ describe('Save History', () => { cy.clearLocalStorage(); cy.visit('/edit'); cy.contains('History').click(); + cy.contains('Actions').click(); }); it('should save when clicked', () => { cy.get('#historyList').find('li').should('have.length', 0);