You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an admin user, I want to be able to click on a non-admin user card to edit their details, such as their first name, last name, and role, ensuring that user information is accurate and up-to-date. #49
Given that I am logged in as an admin user, when I click on a non-admin user card, then I should have the option to edit their details such as their first name, last name, and role.
Any changes made should be reflected across the system in real-time.
Acceptance Criteria:
When the user clicks the non-admin user card, then it should have the option to edit their details such as their first name, last name, and role.
Changing the user’s details such as their first name, last name and role should be reflected across the system real-time.
Test:
Click on a non-admin user card as an admin user to access their profile details.
Verify that the user can edit the first name, last name, and role fields for the non-admin user.
Save the changes and ensure that the user information is updated accurately in the system.
Validate that the updated details reflect correctly when viewing the non-admin user list again.