Bug #2555
openName editing function not working as specified
0%
Description
Description
When users are editing names in the name field using the edit function they are able to enter less than the specified amount of characters (5) and more than the specified amount of characters (50).
Environment
Google Chrome Version 125.0.6422.142 (Official Build) (64-bit)
Pre-condition
/
Steps to reproduce
1.Navigate to https://qainterrapt.brainster.xyz//login
2.Log in with valid credentials.
3.Click on the 'Users' from drop down menu.
4.Find the users from the precondition.
5.Navigate to Editing forum.
6.Click on the 'Edit' button.
7.Fill the 'Name' field with less than 5 characters or more than 50 characters.
8.Fill the 'Email' filed with valid data.
9.Click on the 'Edit' button to save the changes.
Expected result
The user should not be able to save the changes and should be required to enter the minimum amount of characters specified (5) and should be limited to entering the maximum amount of characters specified (50).
Actual result
The user is able to save the changes with less than the specified amount of characters and with more than the specified amount of characters.
Files
Updated by Daniel Popstefanov over 1 year ago
- Subject changed from Name editing function not working properly to Name editing function not working as specified