diff options
Diffstat (limited to 'src/view/com/testing/TestCtrls.e2e.tsx')
-rw-r--r-- | src/view/com/testing/TestCtrls.e2e.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/testing/TestCtrls.e2e.tsx b/src/view/com/testing/TestCtrls.e2e.tsx index fbad86f6a..c01856c52 100644 --- a/src/view/com/testing/TestCtrls.e2e.tsx +++ b/src/view/com/testing/TestCtrls.e2e.tsx @@ -112,7 +112,7 @@ export function TestCtrls() { testID="e2eStartOnboarding" onPress={() => { // TODO remove when experiment is over - setGate('reduced_onboarding_and_home_algo', true) + setGate('reduced_onboarding_and_home_algo_v2', true) onboardingDispatch({type: 'start'}) }} accessibilityRole="button" @@ -123,7 +123,7 @@ export function TestCtrls() { testID="e2eStartLongboarding" onPress={() => { // TODO remove when experiment is over - setGate('reduced_onboarding_and_home_algo', false) + setGate('reduced_onboarding_and_home_algo_v2', false) onboardingDispatch({type: 'start'}) }} accessibilityRole="button" |