diff --git a/test/integration-cypress/cypress/smoke-tests/test-footer-links.js b/test/integration-cypress/cypress/smoke-tests/test-footer-links.js index 0ca7b2509..3e2fc55be 100644 --- a/test/integration-cypress/cypress/smoke-tests/test-footer-links.js +++ b/test/integration-cypress/cypress/smoke-tests/test-footer-links.js @@ -1,9 +1,5 @@ const baseUrl = Cypress.config('baseUrl'); -Cypress.on('uncaught:exception', (err, runnable) => { - return false; -}); - describe('test About links in footer', function () { beforeEach(function (){ cy.visit('/');