mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +08:00
test: wait a little longer, pre-optimize some deps
This commit is contained in:
parent
747985b3a7
commit
7e7ae195e7
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user