From 5898f1bb2dbaab9f7a76080c7f0b5e8dd036cea1 Mon Sep 17 00:00:00 2001 From: Bianca Yang Date: Wed, 22 Nov 2023 11:59:49 -0800 Subject: [PATCH] make capture url slightly stricter --- cypress/e2e/billingv2.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {