Skip to main content

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 sign out → back on the Welcome page

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