Bug #3036
Updated by Stefan Z 7 months ago
The user can save an edited name without meeting the required validation criteria. The expected format should include: * Alphabetic characters (Latin and Cyrillic) * Upper and lower case letters * Special characters: hyphen (-), period (.) * Spaces * Length between 7 and 50 characters *Environment* https://qainterrapt.brainster.xyz/login *Steps to reproduce* # Navigate 1.Navigate on the "Users" form # Click 2.Click on the "Profile" button in the bottom-left corner # 3. Enter invalid data in the 'Name' field (eg. Asd, or qowirjqwoHWUIqwrhqiwurqwoqwoegpqwjegqweguqweghqiwu1298y4123_(*(@&$(*@$@($@$&^@*$) # 4. Click "Save" button *Expected Result* The system should validate the input and display an error message if the name does not meet the specified criteria. The name should not be saved. *Actual Result* The system allows the name to be saved even when it does not meet the validation criteria. No error is shown, and the profile is updated with the invalid input