switch to single tilde syntax

This commit is contained in:
Hans Pagel
2020-09-10 12:31:26 +02:00
parent d043efe923
commit 2d4f8cd3a6
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ context('/api/extensions/strike', () => {
it('should make a striked text from the markdown shortcut', () => {
cy.get('.ProseMirror')
.type('~~Strike~~', {force: true})
.type('~Strike~', {force: true})
.contains('s', 'Strike')
})
})