fix a typo

This commit is contained in:
Hans Pagel
2020-09-10 11:22:26 +02:00
parent 889bf4f4ff
commit 405a380fb6

View File

@@ -34,7 +34,7 @@ context('/api/extensions/blockquote', () => {
cy.get('.ProseMirror blockquote').should('not.exist')
})
it('should make a blockquote form markdown shortcuts', () => {
it('should make a blockquote from markdown shortcuts', () => {
cy.get('.ProseMirror').window().then(window => {
const { editor } = window
editor.clearContent()