Cypress Uncaught Assertion Error despite cy.on('uncaught:exception') - Stack Overflow

PHOTO EMBED

Wed May 15 2024 03:36:16 GMT+0000 (Coordinated Universal Time)

Saved by @al.thedigital #exception #false

Cypress.on('uncaught:exception', (err, runnable) => {
    // returning false here prevents Cypress from
    // failing the test
    return false
})
content_copyCOPY

https://stackoverflow.com/questions/53845493/cypress-uncaught-assertion-error-despite-cy-onuncaughtexception