fix tests

This commit is contained in:
Philipp Kühn
2021-01-21 17:40:50 +01:00
parent 41fcef8867
commit 223ffaab1e
19 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ context('/api/nodes/bullet-list', () => {
beforeEach(() => {
cy.get('.ProseMirror').then(([{ editor }]) => {
editor.commands.setContent('<p>Example Text</p>')
editor.commands.selectAll()
cy.get('.ProseMirror').type('{selectall}')
})
})