naming
This commit is contained in:
@@ -3,7 +3,7 @@ context('focus', () => {
|
|||||||
cy.visit('/examples/focus')
|
cy.visit('/examples/focus')
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('editable', () => {
|
describe('focus class', () => {
|
||||||
it('should have class', () => {
|
it('should have class', () => {
|
||||||
cy.get('.ProseMirror').window().then(window => {
|
cy.get('.ProseMirror').window().then(window => {
|
||||||
cy.get('.ProseMirror p:first').should('have.class', 'has-focus')
|
cy.get('.ProseMirror p:first').should('have.class', 'has-focus')
|
||||||
|
|||||||
Reference in New Issue
Block a user