Skip to content

Commit

Permalink
fix: cypress error
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <[email protected]>
  • Loading branch information
luka-nextcloud committed Dec 4, 2023
1 parent 4a90091 commit c0c5928
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
4 changes: 4 additions & 0 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ Cypress.on('uncaught:exception', (err, runnable) => {
}
// we still want to ensure there are no other unexpected
// errors, so we let them fail the test

if (err.message.includes('Debounced method called with different contexts.')) {
return false
}
})
36 changes: 13 additions & 23 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 @@ -88,7 +88,7 @@
"@tiptap/vue-2": "^2.1.13",
"@vueuse/shared": "^10.6.1",
"cypress-visual-regression": "^3.0.0",
"debounce": "^1.2.1",
"debounce": "^2.0.0",
"escape-html": "^1.0.3",
"highlight.js": "^11.9.0",
"lib0": "^0.2.88",
Expand Down

0 comments on commit c0c5928

Please sign in to comment.