Skip to main content

Auth Sign In Failure Sign Out

EPIC: auth
Authentication
STORY: sign_in
As a household member, I can sign in and land on Home with my household and its members.
AC: failure
A failed sign-in stays on the sign-in page with an error.
scenario: sign_out
Signing out returns to the Welcome page.

on Home, signed in

Expect:
  • the warp landed on Home

tap Profile tab → Profile page visible

User Actions:
  • Tapped: widget with text "Profile"
Expect:
  • Profile page renders the logout row
Events:
  • [ANALYTIC] [page]: ProfileRoute
  • MoreStarted
  • MoreCurrentMemberChanged

tap logout on Profile → back on the Welcome page

User Actions:
  • Tapped: widget with key [<'ProfilePage.logout'>]
Expect:
  • signing out returns to the Welcome page
Events:
  • AuthSignOutRequested
  • AuthUserChanged
  • [ANALYTIC] [page]: WelcomeRoute