Skip to content

Commit

Permalink
Fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 16, 2024
1 parent 21dd2eb commit dbf511f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit dbf511f

Please sign in to comment.