Replace MathJax with KaTeX (#497)

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
mrdrogdrog 2020-08-27 15:13:35 +02:00 committed by GitHub
parent 7adb86846b
commit ef36123377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 85 additions and 109 deletions

View file

@ -92,7 +92,7 @@ describe('Links Intro', () => {
.should('include', '/features#Share-Notes')
})
it('MathJax', () => {
it('KaTeX', () => {
cy.get('i.fa-bar-chart.fa-3x')
.click()
cy.url()