Skip to content

Commit

Permalink
test: wait a little longer, pre-optimize some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Jun 12, 2024
1 parent 747985b commit 7e7ae19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demos/includeDependencies.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
d3
highlight.js/lib/languages/css
highlight.js/lib/languages/javascript
highlight.js/lib/languages/typescript
highlight.js/lib/languages/xml
highlight.js/lib/core
linkifyjs
lowlight
lowlight/lib/core
Expand Down
1 change: 1 addition & 0 deletions demos/src/Examples/CodeBlockLanguage/React/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ context('/src/Examples/CodeBlockLanguage/React/', () => {

expect(initialCount).to.be.greaterThan(0)

cy.wait(100)
cy.get('.tiptap select').select('java')
cy.wait(500)

Expand Down
1 change: 1 addition & 0 deletions demos/src/Examples/CodeBlockLanguage/Vue/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ context('/src/Examples/CodeBlockLanguage/Vue/', () => {

expect(initialCount).to.be.greaterThan(0)

cy.wait(100)
cy.get('.tiptap select').select('java')
cy.wait(500)

Expand Down

0 comments on commit 7e7ae19

Please sign in to comment.