rename test
This commit is contained in:
@@ -22,7 +22,7 @@ context('/api/extensions/blockquote', () => {
|
|||||||
.should('contain', 'Example Text')
|
.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 }]) => {
|
cy.get('.ProseMirror').then(([{ editor }]) => {
|
||||||
editor.setContent('<p>Example Text</p><p>Example Text</p>')
|
editor.setContent('<p>Example Text</p><p>Example Text</p>')
|
||||||
editor.selectAll()
|
editor.selectAll()
|
||||||
|
|||||||
Reference in New Issue
Block a user