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

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