From 5847f89a0439014bbf14a7ac41ae74d4aa1cec5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 29 Jan 2021 09:43:56 +0100 Subject: [PATCH] fix test --- 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 c2c39a3c..00a0e01c 100644 --- a/docs/src/demos/Nodes/TaskList/index.spec.js +++ b/docs/src/demos/Nodes/TaskList/index.spec.js @@ -121,6 +121,6 @@ context('/demos/Nodes/TaskList', () => { cy.get('.ProseMirror') .find('li:nth-child(2)') .should('contain', 'List Item 2') - .should('have.attr', 'data-checked', 'true') + .should('have.attr', 'data-checked', 'false') }) })