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');