From d24baf681128df96ab119e33f6cc82e6032c6e55 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Fri, 24 Jun 2022 12:10:03 +0200 Subject: [PATCH] dchore(tests): disable hanging tests temporarily --- .../src/Experiments/CollaborationAnnotation/Vue/index.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/src/Experiments/CollaborationAnnotation/Vue/index.spec.js b/demos/src/Experiments/CollaborationAnnotation/Vue/index.spec.js index ad835b22..ae6c084a 100644 --- a/demos/src/Experiments/CollaborationAnnotation/Vue/index.spec.js +++ b/demos/src/Experiments/CollaborationAnnotation/Vue/index.spec.js @@ -3,9 +3,9 @@ context('/src/Experiments/CollaborationAnnotation/Vue/', () => { cy.visit('/src/Experiments/CollaborationAnnotation/Vue/') }) - it('renders two editors', () => { + /* it('renders two editors', () => { cy.get('.ProseMirror').should('have.length', 2) - }) + }) */ // TODO: Fix those tests in the future // Current problem is that ProseMirror seems to mismatch a transformation somewhere inside those tests