Add quote extra markdown it plugin (#1020)

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2021-02-08 18:29:02 +01:00 committed by GitHub
parent 7f6e0e53a7
commit 5b1940f0ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 309 additions and 160 deletions

View file

@ -34,6 +34,7 @@ Cypress.Commands.add('codemirrorFill', (content: string) => {
.fill(content)
if (line) {
cy.get('.CodeMirror')
.contains('.CodeMirror-line', line)
.find('.CodeMirror-line')
.should('contain.text', line)
}
})