Skip to main content

Account Account Profile Editor Inline Self Profile Editor Saves Successfully

EPIC: account
Account page
STORY: account_profile_editor
As a household member, I can edit my own profile inline on the Account page.
AC: inline_self_profile_editor_saves_successfully
The Account page shows the self-profile editor inline; editing the name and saving persists without leaving the page.

open More tab then Account page -- editor is inline

User Actions:
  • Tapped: widget with text "Profile"
  • Tapped: widget with key [<'MorePage.accountEntry'>]
Expect:
  • AccountPage is shown
  • the self-profile editor is inline on the Account page
Events:
  • [ANALYTIC] [page]: ProfileRoute
  • MoreStarted
  • MoreCurrentMemberChanged
  • [ANALYTIC] [page]: AccountRoute
  • SelfProfileEditorInitialized

type new name and tap Save -- stays on the Account page

User Actions:
  • Entered text: Pat Updated
  • Tapped: widget with key [<'SelfProfileEditor.saveButton'>]
Expect:
  • AccountPage remains visible after an inline save
  • the inline editor stays put after saving (no sheet pop)
Events:
  • SelfProfileNameChanged
  • SelfProfileSaved