Skip to content

Commit

Permalink
make capture url slightly stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianca Yang committed Nov 22, 2023
1 parent 904a061 commit 5898f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/billingv2.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 5898f1b

Please sign in to comment.