E2E: Fix icons not loading consistently in e2e tests (#106946)

This commit is contained in:
Josh Hunt
2025-06-19 11:47:51 +01:00
committed by GitHub
parent f68c451b00
commit 8e107fa3b7

View File

@ -36,12 +36,6 @@ if (Cypress.env('SLOWMO')) {
});
}
// @todo remove when possible: https://github.com/cypress-io/cypress/issues/95
Cypress.on('window:before:load', (win) => {
// @ts-ignore
delete win.fetch;
});
// See https://github.com/quasarframework/quasar/issues/2233 for details
const resizeObserverLoopErrRe = /^[^(ResizeObserver loop limit exceeded)]/;
Cypress.on('uncaught:exception', (err) => {