This commit is contained in:
Philipp Kühn 2021-01-29 09:43:56 +01:00
parent 2b97d4b67b
commit 5847f89a04

View File

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