remove focus from tests

This commit is contained in:
Philipp Kühn
2020-09-14 23:39:27 +02:00
parent 72cee1966d
commit 61ca7d4377
12 changed files with 0 additions and 12 deletions

View File

@@ -5,7 +5,6 @@ context('/api/extensions/history', () => {
beforeEach(() => {
cy.get('.ProseMirror').then(([{ editor }]) => {
editor.focus()
editor.setContent('<p>Mistake</p>')
})
})