Skip to content

Commit

Permalink
Merge pull request #4863 from nextcloud/renovate/main-mermaid-10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Nov 2, 2023
2 parents 480a580 + 15d3e2a commit f26a93f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/nodes/CodeBlock.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Front matter support', function() {
cy.get('#app-content').scrollTo('bottom')
cy.getContent().find('.split-view__preview').eq(2).should('be.visible')
cy.get('.code-block').eq(2).find('code').should('not.be.visible')
cy.get('.split-view__preview').find('svg title')
cy.get('.split-view__preview').find('svg .entityTitleText')
.contains('Order example')
})
})
Expand All @@ -102,7 +102,7 @@ describe('Front matter support', function() {
cy.openFile('codeblock.md').then(() => {
cy.getContent().find('.split-view__preview').find('svg').should('be.visible')
cy.get('.code-block').eq(2).find('code').should('not.be.visible')
cy.get('.split-view__preview').find('svg title')
cy.get('.split-view__preview').find('svg .entityTitleText')
.contains('Order example')
})
})
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"markdown-it-container": "^3.0.0",
"markdown-it-front-matter": "^0.2.3",
"markdown-it-image-figures": "^2.1.1",
"mermaid": "^10.4.0",
"mermaid": "^10.6.0",
"mitt": "^3.0.1",
"path-normalize": "^6.0.12",
"proxy-polyfill": "^0.3.2",
Expand Down

0 comments on commit f26a93f

Please sign in to comment.