This commit is contained in:
Philipp Kühn
2020-11-18 11:54:28 +01:00
6 changed files with 19 additions and 10 deletions

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()
})