This commit is contained in:
Sidharth Vinod
2021-09-05 16:50:32 +05:30
parent 8a0a2c83eb
commit 5818db68f7
+1
View File
@@ -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);