[Manage account] Issue with username Validation in Manage Profile page #3730
Labels
bug
Something isn't working
needs more info
The issue requires more information in order to be resolved.
Description:
The Manage Profile page’s username field has a restriction allowing changes only once every 90 days. However, in the process of e2e testing, an issue was discovered where the validation isn't working in some cases.
Reproducing this issue manually is challenging without modifying the source code to override the 90-day restriction. Take the steps below to replicate the issue (not waiting for 90 days to pass).
Prerequisites:
• Update the source code to make the username editable:
src/components/frame/v5/pages/UserProfilePage/partials/UserAccountPage/hooks.tsx
return { canChangeUsername: true, daysTillUsernameChange: 91 };
Steps to reproduce
Scenarios 2
Expected behaviour
Actual behaviour
username-validation.mov
101.mp4
The text was updated successfully, but these errors were encountered: