diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 813d60cef..2ecbd9f72 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -7,6 +7,9 @@ Cypress.on('window:before:load', (win) => { cy.spy(win.console, 'warn') cy.spy(win.console, 'log') cy.spy(win.console, 'debug') + + // NOTE: Temporary change whilst testing remote config + ;(win as any)._POSTHOG_CONFIG = {} }) beforeEach(() => {