Skip to content

Commit

Permalink
wip: targetPage temporary correction
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-daniel-dempsey committed Feb 11, 2025
1 parent 397c783 commit 264402b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion support-frontend/assets/helpers/abTests/abtestDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ export const tests: Tests = {
isActive: false,
referrerControlled: false, // ab-test name not needed to be in paramURL
seed: 5,
targetPage: pageUrlRegexes.subscriptions.all,
targetPage:
pageUrlRegexes.subscriptions.paper.paperLandingWithGuestCheckout,
excludeContributionsOnlyCountries: true,
},
};

0 comments on commit 264402b

Please sign in to comment.