diff --git a/cypress/e2e/billingv2.cy.ts b/cypress/e2e/billingv2.cy.ts index ff99acbfe265f..7074aed771e42 100644 --- a/cypress/e2e/billingv2.cy.ts +++ b/cypress/e2e/billingv2.cy.ts @@ -8,7 +8,7 @@ describe('Billing', () => { cy.visit('/organization/billing') - cy.intercept('POST', '**/e/*').as('capture') + cy.intercept('POST', '**/e/?compression=gzip-js*').as('capture') }) it('Show and submit unsubscribe survey', () => {