add an example for markdown shortcuts, including (breaking) tests

This commit is contained in:
Hans Pagel
2020-09-01 16:30:25 +02:00
parent 715daf96dc
commit efdbfb5809
6 changed files with 177 additions and 8 deletions

View File

@@ -9,12 +9,6 @@ context('basic', () => {
})
describe('export', () => {
it('set the content to something simple', () => {
cy.get('.ProseMirror').window().then(window => {
const { editor } = window
})
})
it('should return html', () => {
cy.get('.ProseMirror').window().then(window => {
const { editor } = window