formatting
This commit is contained in:
@@ -5,6 +5,7 @@ context('/examples/markdown-shortcuts', () => {
|
|||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.get('.ProseMirror').then(([{ editor }]) => {
|
cy.get('.ProseMirror').then(([{ editor }]) => {
|
||||||
|
editor.focus()
|
||||||
editor.clearContent()
|
editor.clearContent()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
@@ -77,13 +78,13 @@ context('/examples/markdown-shortcuts', () => {
|
|||||||
|
|
||||||
it.skip('should create a ordered list', () => {
|
it.skip('should create a ordered list', () => {
|
||||||
cy.get('.ProseMirror')
|
cy.get('.ProseMirror')
|
||||||
.type('1. foobar', { force: true })
|
.type('1. foobar', { force: true })
|
||||||
.contains('ol', 'foobar')
|
.contains('ol', 'foobar')
|
||||||
})
|
})
|
||||||
|
|
||||||
it.skip('should create a blockquote', () => {
|
it.skip('should create a blockquote', () => {
|
||||||
cy.get('.ProseMirror')
|
cy.get('.ProseMirror')
|
||||||
.type('> foobar', { force: true })
|
.type('> foobar', { force: true })
|
||||||
.contains('blockquote', 'foobar')
|
.contains('blockquote', 'foobar')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user