fix tests

This commit is contained in:
Hans Pagel
2020-11-18 11:51:23 +01:00
parent 31d0414550
commit 3260ee903c

View File

@@ -98,7 +98,7 @@ context('/api/nodes/task-list', () => {
.should('have.attr', 'data-checked', 'false')
})
it.only('should make a task list from checked square brackets', () => {
it('should make a task list from checked square brackets', () => {
cy.get('.ProseMirror').then(([{ editor }]) => {
editor.commands.clearContent()
})