test(examples): add tests for more example pages
This commit is contained in:
committed by
Dominik
parent
0532770170
commit
b7f95d638d
@@ -9,11 +9,10 @@ context('/src/Examples/Menus/React/', () => {
|
||||
})
|
||||
})
|
||||
|
||||
// TODO: fix test
|
||||
// it('should show menu when the editor is empty', () => {
|
||||
// cy.get('#app')
|
||||
// .find('[data-tippy-root]')
|
||||
// })
|
||||
it('should show menu when the editor is empty', () => {
|
||||
cy.get('#app')
|
||||
.find('[data-tippy-root]')
|
||||
})
|
||||
|
||||
it('should show menu when text is selected', () => {
|
||||
cy.get('.ProseMirror')
|
||||
|
||||
Reference in New Issue
Block a user