rename test

This commit is contained in:
Hans Pagel 2020-09-27 10:45:32 +02:00
parent 30bf37c8c8
commit 5d9b16c9f1

View File

@ -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('<p>Example Text</p><p>Example Text</p>')
editor.selectAll()