-
Notifications
You must be signed in to change notification settings - Fork 2
Use case: Edit customer profile
Simon Larsson edited this page Feb 26, 2024
·
1 revision
Participating Actors |
---|
Customer |
Entry Conditions |
---|
Is logged in |
Is in user profile |
Clicked on "Edit profile" |
Exit Conditions |
---|
Clicked on any navbar link |
Clicked on any sidebar link |
Successfully applied changes |
- Click on Edit profile in sidebar.
- Modify customer details (Optional).
- Enter current password.
- Enter and verify new password (Optional).
- Click on "Apply changes"
- If current password is correct, new password and verify password match and email is not a duplicate:
- Applied changes successfully.
- Else applying changes failed, show proper notification.