From 3260ee903c0ea62016b8e4c7e4cc80fafd434692 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 18 Nov 2020 11:51:23 +0100 Subject: [PATCH] fix tests --- docs/src/demos/Nodes/TaskList/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Nodes/TaskList/index.spec.js b/docs/src/demos/Nodes/TaskList/index.spec.js index 4be7315d..34ef8a02 100644 --- a/docs/src/demos/Nodes/TaskList/index.spec.js +++ b/docs/src/demos/Nodes/TaskList/index.spec.js @@ -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() })