Skip to main content

Auth Waiting Screen Revoked Child Sees Waiting

EPIC: auth
Authentication + Personas
STORY: waiting_screen
A child with consentState == revoked (re-freeze) is also held on WaitingPage — the predicate covers both pending and revoked, not just the initial signup state.
AC: revoked_child_sees_waiting
After sign-in as a child with consentState == revoked the app shows WaitingPage (the freeze predicate is kind==child && consentState != granted).
Expect:
  • a revoked-consent child is also frozen (consentState != granted covers both pending and revoked)
  • a revoked child must not reach the home tab
  • a revoked child must not reach the household tab either