Auth Child Signup Provision Invalid Code
EPIC:
auth
Authentication + Onboarding
STORY:
child_signup
As a child, I can sign up with a household code and a username to land in the household pending my parent's consent.
AC:
provision_invalid_code
When provisionChildAuth throws ChildLinkException(invalidCode), the typed error copy shows and no signIn or rollback is called.
initial state — Welcome page (unauthenticated landing)
Expect:
|
|
|
|
tap Sign in → sign-in page
User Actions:
|
|
|
|
tap child signup link → ChildSignupPage
User Actions:
|
|
|
|
fill all fields with an invalid code
User Actions:
|
|
|
|
tap Submit → invalidCode error shown; signIn + rollback NOT called
User Actions:
|
|
|
|