e2e.js 167 B

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