clean up the test

This commit is contained in:
Hans Pagel
2020-10-02 15:49:58 +02:00
parent eabcecb550
commit 6baa758ec3

View File

@@ -4,8 +4,6 @@ context('/examples/focus', () => {
}) })
it('should have class', () => { it('should have class', () => {
cy.get('.ProseMirror').then(([{ editor }]) => {
cy.get('.ProseMirror p:first').should('have.class', 'has-focus') cy.get('.ProseMirror p:first').should('have.class', 'has-focus')
}) })
})
}) })