Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/integration/share.spec.js')
-rw-r--r--cypress/integration/share.spec.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/cypress/integration/share.spec.js b/cypress/integration/share.spec.js
index 7747f3822..7ec10d518 100644
--- a/cypress/integration/share.spec.js
+++ b/cypress/integration/share.spec.js
@@ -52,6 +52,9 @@ describe('Open test.md in viewer', function() {
.should('contain', 'test.md')
})
after(function () {
+ cy.on('uncaught:exception', (err, runnable) => {
+ return false
+ })
cy.visit('/apps/files')
cy.logout()
})