diff options
Diffstat (limited to 'src/view/com/auth/create/Step1.tsx')
-rw-r--r-- | src/view/com/auth/create/Step1.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/create/Step1.tsx b/src/view/com/auth/create/Step1.tsx index 94e03ff7a..a7abbfaa8 100644 --- a/src/view/com/auth/create/Step1.tsx +++ b/src/view/com/auth/create/Step1.tsx @@ -88,7 +88,7 @@ export function Step1({ style={[pal.textLight, {marginLeft: 14}]} /> <TouchableOpacity - testID="loginSelectServiceButton" + testID="selectServiceButton" style={{ flexDirection: 'row', flex: 1, |