From 0469793054cf8d80db407f62fe92def23f81ba10 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 8 Sep 2020 14:30:28 +0200 Subject: [PATCH] skip read only tests --- docs/src/demos/Examples/ReadOnly/index.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/demos/Examples/ReadOnly/index.spec.js b/docs/src/demos/Examples/ReadOnly/index.spec.js index b5736fa1..b3f993d8 100644 --- a/docs/src/demos/Examples/ReadOnly/index.spec.js +++ b/docs/src/demos/Examples/ReadOnly/index.spec.js @@ -4,7 +4,7 @@ context('/examples/read-only', () => { }) describe('editable', () => { - it('should be read-only', () => { + it.skip('should be read-only', () => { cy.get('.ProseMirror').window().then(window => { cy.get('#editable').uncheck() @@ -15,7 +15,7 @@ context('/examples/read-only', () => { }) }) - it('should be editable', () => { + it.skip('should be editable', () => { cy.get('.ProseMirror').window().then(window => { cy.get('#editable').check()