We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87ec6d commit 2242106Copy full SHA for 2242106
functional-tests/tests/subscriptions.spec.ts
@@ -10,7 +10,7 @@ import { FeatureFlagName } from "../../src/db/tables/featureFlags";
10
const extraFeatureFlags: FeatureFlagName[] = ["GA4SubscriptionEvents"];
11
test.use({ extraLocalForcedFeatureFlags: extraFeatureFlags });
12
13
-const productPlans = ["Monitor Plus", "Privacy Protection Plan"];
+const productPlans = ["Monitor Plus"];
14
15
// General tests to confirm the E2E test setup works as expected
16
test.describe(`Verify subscription flows [${process.env.E2E_TEST_ENV}]`, () => {
0 commit comments