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
Testcase: Users-Change password
Step5 : In the Change Password dialog, click on Generate password then click update button
Expected Behavior:
Automatically close the dialog once the password update is successful.
Show a toast or banner success message after the dialog closes to confirm the action.
Actual Behavior:
After changing the password, the dialog remains open and shows the message “Password updated.”
Dialog_ChangePwd.mp4
Note:
This issue also happen with Change Password dialog on Reseacher Portal
In the Change Password dialog (Admin and Researcher Portal), after a user clicks Update, the password is successfully updated on the backend, but the dialog remains open and only shows the inline text "Password updated" within the dialog itself.
This does not match expected behaviour and leaves the user uncertain whether the action fully completed. The dialog should automatically close upon a successful password update, and a toast/banner confirmation should be shown after the dialog closes — not as inline dialog text.
Acceptance Criteria
Change the button from "Update" to "Change"
When the user clicks Change with valid old/new password values, the passw…
Testcase: Users-Change password
Step5 : In the Change Password dialog, click on Generate password then click update button
Expected Behavior:
Automatically close the dialog once the password update is successful.
Show a toast or banner success message after the dialog closes to confirm the action.
Actual Behavior:
After changing the password, the dialog remains open and shows the message “Password updated.”
Dialog_ChangePwd.mp4
Note:
This issue also happen with Change Password dialog on Reseacher Portal
DESIGN REQUIREMENT
Description
In the Change Password dialog (Admin and Researcher Portal), after a user clicks Update, the password is successfully updated on the backend, but the dialog remains open and only shows the inline text "Password updated" within the dialog itself.
This does not match expected behaviour and leaves the user uncertain whether the action fully completed. The dialog should automatically close upon a successful password update, and a toast/banner confirmation should be shown after the dialog closes — not as inline dialog text.
Acceptance Criteria