diff options
Diffstat (limited to 'src/screens/Onboarding/StepInterests/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepInterests/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Onboarding/StepInterests/index.tsx b/src/screens/Onboarding/StepInterests/index.tsx index 5440dcd2b..4eaf0366e 100644 --- a/src/screens/Onboarding/StepInterests/index.tsx +++ b/src/screens/Onboarding/StepInterests/index.tsx @@ -139,7 +139,7 @@ export function StepInterests() { ) return ( - <View style={[a.align_start]}> + <View style={[a.align_start]} testID="onboardingInterests"> <IconCircle icon={isError ? EmojiSad : Hashtag} style={[ |