change markdown shortcut for striked text to two tildes
This commit is contained in:
@@ -51,7 +51,7 @@ context('/api/extensions/strike', () => {
|
||||
|
||||
it('should make a striked text from the markdown shortcut', () => {
|
||||
cy.get('.ProseMirror')
|
||||
.type('~Strike~')
|
||||
.type('~~Strike~~')
|
||||
.find('s')
|
||||
.should('contain', 'Strike')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user