mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
fix test
This commit is contained in:
parent
2b97d4b67b
commit
5847f89a04
@ -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')
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user