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
When an incorrect username is entered on the website, the application briefly loads before showing an error message. However, it still displays the previous output alongside the error, which may confuse users.
Steps to Reproduce
Go to the website's login or user verification page.
Enter a valid username and proceed to generate/display results.
Without refreshing the page, enter an incorrect username and click the submit button.
Observe that:
The system displays an error message (as expected).
The output from the previous (valid) username is still visible (unexpected behavior).
Expected Behavior
When an incorrect username is entered:
The system should show only the error message.
Any output from previous valid inputs should be cleared.
Actual Behavior
The system shows:
The correct error message for the invalid username.
The output from the last valid input remains visible.
Add screenshots
What browsers are you seeing the problem on?
Chrome
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
When an incorrect username is entered on the website, the application briefly loads before showing an error message. However, it still displays the previous output alongside the error, which may confuse users.
Steps to Reproduce
Go to the website's login or user verification page.
Enter a valid username and proceed to generate/display results.
Without refreshing the page, enter an incorrect username and click the submit button.
Observe that:
The system displays an error message (as expected).
The output from the previous (valid) username is still visible (unexpected behavior).
Expected Behavior
When an incorrect username is entered:
The system should show only the error message.
Any output from previous valid inputs should be cleared.
Actual Behavior
The system shows:
The correct error message for the invalid username.
The output from the last valid input remains visible.
Add screenshots
What browsers are you seeing the problem on?
Chrome
Code of Conduct
The text was updated successfully, but these errors were encountered: