diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-12 18:55:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 18:55:19 -0800 |
commit | 543e114877fcd00dd8c717a1116757a1a37d5aff (patch) | |
tree | f2a5b6b44622c53e4891208c00434acc9e90c9b1 /src/screens/Onboarding/StepInterests/index.tsx | |
parent | fad40dda97c4c4ecc4165524d0898494582ccac2 (diff) | |
download | voidsky-543e114877fcd00dd8c717a1116757a1a37d5aff.tar.zst |
Update tests to get them passing again (#2853)
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={[ |