[release-11.6.4] E2E: Fix icons not loading consistently in e2e tests (#107187)

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

(cherry picked from commit 8e107fa3b7)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-06-25 16:05:56 +01:00
committed by GitHub
co-authored by Josh Hunt
parent dd39e90716
commit 7307a2bdbe
-6
View File
@@ -21,12 +21,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) => {