HH/apps/core/management
ismail 2089730344
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m15s
test: onboarding flow — activation, wizard, checklist, completion (12 PASS, 3 WARN)
Tests the full onboarding flow: token activation (auto-login) → welcome → wizard
content steps → checklist → activation (password) → completion → invalid token
→ admin provisional list.

Key finding: the wizard UI renders but the onboarding flow doesn't actually
COMPLETE — after walking all steps + submitting the password form, the user is
still is_provisional=True with no password set. The activation step lacks a
POST handler to finalize onboarding. Details in the test observations.

Harness: seed_e2e_provisional + get_e2e_onboarding_state CLI + spec.
2026-06-17 18:23:27 +03:00
..