Merge branch 'sidv/fixEditorHang' into develop

* sidv/fixEditorHang:
  Remove it.only
This commit is contained in:
Sidharth Vinod
2022-11-24 22:05:27 +05:30
+1 -1
View File
@@ -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');