diff options
Diffstat (limited to 'src/screens/Onboarding/StepInterests')
-rw-r--r-- | src/screens/Onboarding/StepInterests/index.tsx | 1 |
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" |