From d876c809ace47aee5c132b8a37b040991115d8a2 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Thu, 22 Mar 2018 15:14:05 -0400 Subject: [PATCH] Fix linting issues in Cypress test-footer-links test --- .../cypress/smoke-tests/test-footer-links.js | 4 ---- 1 file changed, 4 deletions(-) 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('/');