Sign Up Error
EPIC:
auth
Authentication
STORY:
sign_up
As a new household organiser, I can create an account and land on Home.
AC:
failure
A failed sign-up stays on the sign-up page with an error.
scenario:
sign_up_error
The auth repository throws on sign-up.
initial state — Welcome page (unauthenticated landing)
Expect:
|
|
|
|
tap "Create your household" on Welcome → the sign-up page
User Actions:
|
|
|
|
fill a valid, matching form
User Actions:
|
|
|
|
tap "Create account" → error surfaces, still on sign-up
User Actions:
|
|
|
|