diff --git a/cypress/integration/share.spec.js b/cypress/integration/share.spec.js index 7747f3822af..7ec10d518d7 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() })