Skip to main content

Skip Kid

EPIC: auth
Authentication + Onboarding
STORY: setup_wizard
As a new household admin, I can name my household and add my first kid so that I arrive at Home with everything set up.
AC: skip_kid
Skipping the kid step still completes the wizard and lands on Home.

initial state — name step

Expect:
  • warp lands on SetupPage

enter name and continue to kid step

User Actions:
  • Entered text: Casa Lumen
  • Tapped: widget with key [<'SetupPage.continueButton'>]
Expect:
  • naming the household transitions to the kid step
Events:
  • SetupHouseholdNamed

tap Skip → done step

User Actions:
  • Tapped: widget with key [<'SetupPage.skipKid'>]
Expect:
  • skipping the kid step lands on the done step
Events:
  • SetupKidSkipped