From f136f7bd58e551bd4811f0e0057287d792c372b8 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 24 Nov 2022 22:04:15 +0530 Subject: [PATCH] Remove it.only --- cypress/e2e/diagramUpdate.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/diagramUpdate.spec.ts b/cypress/e2e/diagramUpdate.spec.ts index 317a62a1..c209be3e 100644 --- a/cypress/e2e/diagramUpdate.spec.ts +++ b/cypress/e2e/diagramUpdate.spec.ts @@ -70,7 +70,7 @@ describe('Auto sync tests', () => { .should('exist'); }); - it.only('should update diagram after entire text is removed', () => { + it('should update diagram after entire text is removed', () => { // https://github.com/mermaid-js/mermaid-live-editor/issues/1102 getEditor().type(`${cmd} a {backspace}`); getEditor().type('graph LR');