diff --git a/docs/src/demos/Focus/index.spec.js b/docs/src/demos/Focus/index.spec.js index f5b67125..c5ebe63e 100644 --- a/docs/src/demos/Focus/index.spec.js +++ b/docs/src/demos/Focus/index.spec.js @@ -3,7 +3,7 @@ context('focus', () => { cy.visit('/examples/focus') }) - describe('editable', () => { + describe('focus class', () => { it('should have class', () => { cy.get('.ProseMirror').window().then(window => { cy.get('.ProseMirror p:first').should('have.class', 'has-focus')