fix tests

This commit is contained in:
Philipp Kühn
2021-08-26 12:33:48 +02:00
parent ebfcdf3958
commit 2d129459ca
61 changed files with 121 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
context('/demos/Extensions/History', () => {
context('/src/Extensions/History/Vue/', () => {
beforeEach(() => {
cy.visit('/demos/Extensions/History')
cy.visit('/src/Extensions/History/Vue/')
cy.get('.ProseMirror').then(([{ editor }]) => {
editor.commands.setContent('<p>Mistake</p>')
})