diff --git a/cypress/integration/history.spec.ts b/cypress/integration/history.spec.ts index 3c8dd3ab..93b5f951 100644 --- a/cypress/integration/history.spec.ts +++ b/cypress/integration/history.spec.ts @@ -46,7 +46,7 @@ describe('Save History', () => { cy.get('#historyList').contains('No items in History'); }); - // TODO: + // TODO: Fix #639 // eslint-disable-next-line mocha/no-skipped-tests xit('should auto save history', () => { cy.get('#editor').type(' C --> HistoryTest');