This commit is contained in:
Philipp Kühn
2020-12-01 09:54:39 +01:00
parent 484064a528
commit 3e055c8a78

View File

@@ -71,7 +71,7 @@ context('/api/extensions/typography', () => {
it('should make a one half', () => { it('should make a one half', () => {
cy.get('.ProseMirror') cy.get('.ProseMirror')
.type('1/2 oneHalfw') .type('1/2 oneHalf')
.should('contain', '½ oneHalf') .should('contain', '½ oneHalf')
}) })