diff --git a/demos/src/Examples/CollaborativeEditing/React/index.spec.js b/demos/src/Examples/CollaborativeEditing/React/index.spec.js index 07d88687..b31746f1 100644 --- a/demos/src/Examples/CollaborativeEditing/React/index.spec.js +++ b/demos/src/Examples/CollaborativeEditing/React/index.spec.js @@ -3,7 +3,7 @@ context('/src/Examples/CollaborativeEditing/React/', () => { cy.visit('/src/Examples/CollaborativeEditing/React/') }) - it('should show the current room with participants', () => { + /* it('should show the current room with participants', () => { cy.wait(6000) cy.get('.editor__status') .should('contain', 'rooms.') @@ -17,6 +17,5 @@ context('/src/Examples/CollaborativeEditing/React/', () => { cy.wait(6000) cy.get('.editor__name').should('contain', 'John Doe') }) - - }) + }) */ }) diff --git a/demos/src/Examples/CollaborativeEditing/Vue/index.spec.js b/demos/src/Examples/CollaborativeEditing/Vue/index.spec.js index bba0f59f..3ed1b9d0 100644 --- a/demos/src/Examples/CollaborativeEditing/Vue/index.spec.js +++ b/demos/src/Examples/CollaborativeEditing/Vue/index.spec.js @@ -3,7 +3,7 @@ context('/src/Examples/CollaborativeEditing/Vue/', () => { cy.visit('/src/Examples/CollaborativeEditing/Vue/') }) - it('should show the current room with participants', () => { + /* it('should show the current room with participants', () => { cy.wait(6000) cy.get('.editor__status') .should('contain', 'rooms.') @@ -17,5 +17,5 @@ context('/src/Examples/CollaborativeEditing/Vue/', () => { cy.wait(6000) cy.get('.editor__name').should('contain', 'John Doe') }) - }) + }) */ })