mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
rename test
This commit is contained in:
parent
30bf37c8c8
commit
5d9b16c9f1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user