diff --git a/automated_tests/e2e-cypress/cypress.config.js b/automated_tests/e2e-cypress/cypress.config.js index 73b84b6722..447ba670cb 100644 --- a/automated_tests/e2e-cypress/cypress.config.js +++ b/automated_tests/e2e-cypress/cypress.config.js @@ -16,7 +16,14 @@ module.exports = defineConfig({ }, chromeWebSecurity: false, responsetimeout: 10000, - "blockHosts": ["www.google-analytics.com", "ssl.google-analytics.com"], + blockHosts: [ + "www.google-analytics.com", + "ssl.google-analytics.com", + "*.googletagmanager.com", + "www.googletagmanager.com", + "tagmanager.google.com", + "www.tagmanager.google.com" + ], experimentalRunAllSpecs: true, setupNodeEvents(on, config) {