Updated cypress entirely

This commit is contained in:
Jamie Curnow
2023-05-31 11:36:58 +10:00
parent 0461689d65
commit e7791c2a0f
15 changed files with 33 additions and 15 deletions

View File

@ -0,0 +1,7 @@
import './commands';
Cypress.on('uncaught:exception', (/*err, runnable*/) => {
// returning false here prevents Cypress from
// failing the test
return false;
});