about summary refs log tree commit diff
path: root/src/screens/Onboarding/StepInterests
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Onboarding/StepInterests')
-rw-r--r--src/screens/Onboarding/StepInterests/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Onboarding/StepInterests/index.tsx b/src/screens/Onboarding/StepInterests/index.tsx
index 3bde22136..d214937d4 100644
--- a/src/screens/Onboarding/StepInterests/index.tsx
+++ b/src/screens/Onboarding/StepInterests/index.tsx
@@ -244,6 +244,7 @@ export function StepInterests() {
         ) : (
           <Button
             disabled={saving || !data}
+            testID="onboardingContinue"
             variant="solid"
             color="primary"
             size="large"