79693984

Date: 2025-07-08 09:24:34
Score: 1
Natty:
Report link

Found the solution.
The problem was on the destination page.

If anyone has the same problem, you must catch the exception inside a cy.origin block :

cy.origin('www.external.domain', () => {
    cy.on('uncaught:exception', (err, runnable) => {
        return false // or anything that suits your needs
    })
})
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: NiNo