store editor in dom element
This commit is contained in:
@@ -4,8 +4,7 @@ context('/examples/markdown-shortcuts', () => {
|
||||
})
|
||||
|
||||
beforeEach((done) => {
|
||||
cy.get('.ProseMirror').window().then(window => {
|
||||
const { editor } = window
|
||||
cy.get('.ProseMirror').then(([{ editor }]) => {
|
||||
editor.clearContent()
|
||||
done()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user