diff options
Diffstat (limited to 'src/screens/Signup/StepInfo/index.tsx')
-rw-r--r-- | src/screens/Signup/StepInfo/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx index d22d1323a..4104b79b3 100644 --- a/src/screens/Signup/StepInfo/index.tsx +++ b/src/screens/Signup/StepInfo/index.tsx @@ -82,6 +82,7 @@ export function StepInfo() { <TextField.Root> <TextField.Icon icon={Envelope} /> <TextField.Input + testID="emailInput" onChangeText={value => { dispatch({ type: 'setEmail', @@ -103,6 +104,7 @@ export function StepInfo() { <TextField.Root> <TextField.Icon icon={Lock} /> <TextField.Input + testID="passwordInput" onChangeText={value => { dispatch({ type: 'setPassword', |