e2e.js 171 B

1234567
  1. import './commands.mjs';
  2. Cypress.on('uncaught:exception', (/*err, runnable*/) => {
  3. // returning false here prevents Cypress from
  4. // failing the test
  5. return false;
  6. });