[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:
co-authored by
Josh Hunt
parent
dd39e90716
commit
7307a2bdbe
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user