Fix test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user