From aa784433b3ca33beeb46f6e4ccece929c099b5d7 Mon Sep 17 00:00:00 2001 From: Emma Imber Date: Tue, 25 Nov 2025 16:44:59 +0000 Subject: [PATCH] Set product element test to 10% --- ab-testing/config/abTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ab-testing/config/abTests.ts b/ab-testing/config/abTests.ts index 9f9075212c8..cfb8b8d9c09 100644 --- a/ab-testing/config/abTests.ts +++ b/ab-testing/config/abTests.ts @@ -53,7 +53,7 @@ const ABTests: ABTest[] = [ status: "ON", expirationDate: "2025-12-30", type: "server", - audienceSize: 0 / 100, + audienceSize: 10 / 100, groups: ["control", "variant"], shouldForceMetricsCollection: false, },