feat(sign-up): add sign up screen & form #442
Annotations
3 errors and 1 warning
LoginForm Form › renders correctly:
src/components/login-form.test.tsx#L11
Found multiple elements with text: /Sign in/i
<View>
<View>
<Text
testID="form-title"
>
Sign In
</Text>
<View>
<View>
<Text
testID="email-input-label"
>
Sign In
</Text>
<TextInput
testID="email-input"
value=""
/>
</View>
<View>
<Text
testID="password-input-label"
>
Password is required
</Text>
<TextInput
placeholder="***"
testID="password-input"
value=""
/>
</View>
<View
accessibilityState={
{
"disabled": false,
}
}
accessible={true}
testID="login-button"
>
<Text
testID="login-button-label"
>
Login
</Text>
</View>
<Text>
Doesn't have an account?
<Text
role="link"
>
<Text>
Sign Up
</Text>
</Text>
</Text>
<View
accessibilityState={
{
"disabled": false,
}
}
accessible={true}
role="link"
>
<Text>
Forgot Password
</Text>
</View>
</View>
</View>
</View>
at Object.findByText (src/components/login-form.test.tsx:11:25)
at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
at node_modules/@babel/runtime/helpers/asyncToGenerator.js:22:7
at Object.<anonymous> (node_modules/@babel/runtime/helpers/asyncToGenerator.js:14:12)
|
LoginForm Form › should display required error when values are empty:
src/components/login-form.test.tsx#L21
Found multiple elements with text: /Password is required/i
at Object.getByText (src/components/login-form.test.tsx:21:19)
at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17)
at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
|
Tests (jest)
Process completed with exit code 1.
|
Tests (jest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|