diff --git a/docs/src/demos/Extensions/Blockquote/index.spec.js b/docs/src/demos/Extensions/Blockquote/index.spec.js index 69b4ec06..76d7cd68 100644 --- a/docs/src/demos/Extensions/Blockquote/index.spec.js +++ b/docs/src/demos/Extensions/Blockquote/index.spec.js @@ -22,7 +22,7 @@ context('/api/extensions/blockquote', () => { .should('contain', 'Example Text') }) - it('the button should wrap all nodes in a blockquote', () => { + it('the button should wrap all nodes in one blockquote', () => { cy.get('.ProseMirror').then(([{ editor }]) => { editor.setContent('

Example Text

Example Text

') editor.selectAll()