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