From bb5f8d0523976dcc0ce9a32f5e351b69593ed8a6 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 7 Feb 2022 23:48:39 +0530 Subject: [PATCH] Add issue number --- cypress/integration/history.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');