e2e.js 174 B

1234567
  1. import '@testing-library/cypress/add-commands'
  2. Cypress.on('uncaught:exception', (err, runnable) => {
  3. if (err.message.includes('ResizeObserver')) {
  4. return false
  5. }
  6. })