This commit is contained in:
Sidharth Vinod
2021-09-05 16:42:18 +05:30
parent 7738e3ee48
commit 2c516f395e
+1
View File
@@ -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);