Hi, @helpful-queen-71488 you can place this code before the describe for exception handling. see if this solves the problem
Cypress.on('uncaught:exception', (err, runnable) => {
// returning false here prevents Cypress from
// failing the test
return false
});