1
0

chore(deps): update dependency cypress to v10 (#2015)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2015
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2022-06-08 18:18:34 +00:00
committed by konrad
parent 505587ad44
commit 0f4e6fa3f2
23 changed files with 27 additions and 17 deletions

10
cypress/support/e2e.js Normal file
View File

@ -0,0 +1,10 @@
import './commands'
import '@4tw/cypress-drag-drop'
// see https://github.com/cypress-io/cypress/issues/702#issuecomment-587127275
Cypress.on('window:before:load', (win) => {
// disable service workers
// @ts-ignore
delete win.navigator.__proto__.ServiceWorker
})