skip read only tests
This commit is contained in:
@@ -4,7 +4,7 @@ context('/examples/read-only', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('editable', () => {
|
describe('editable', () => {
|
||||||
it('should be read-only', () => {
|
it.skip('should be read-only', () => {
|
||||||
cy.get('.ProseMirror').window().then(window => {
|
cy.get('.ProseMirror').window().then(window => {
|
||||||
cy.get('#editable').uncheck()
|
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('.ProseMirror').window().then(window => {
|
||||||
cy.get('#editable').check()
|
cy.get('#editable').check()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user