From 7307a2bdbe9e5d519a66649d6c9eaefbf1f8e7a7 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:05:56 +0100 Subject: [PATCH] [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 8e107fa3b708fa39d820f8594ff4af8aa42eeaa9) Co-authored-by: Josh Hunt --- e2e/cypress/support/e2e.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/e2e/cypress/support/e2e.js b/e2e/cypress/support/e2e.js index ddd50a58844..8ef2cfab4cc 100644 --- a/e2e/cypress/support/e2e.js +++ b/e2e/cypress/support/e2e.js @@ -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) => {