Skip to content

Commit

Permalink
uncaught:exception on front end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
murraydailymaverick committed Apr 9, 2024
1 parent 06b8a93 commit bdac0f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/e2e/automated/frontend-tests.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,7 @@ describe('Visit urls on front end and ensure elements exist', () => {
})

})
Cypress.on('uncaught:exception', (err, runnable) => {
let messageArray = [err, runnable];
return false;
})

0 comments on commit bdac0f7

Please sign in to comment.