Project

General

Profile

Bug #1082

Updated by Sanja Josifovska over 2 years ago

Admin user is able to create a user with entering less than 3 characters in the 'Name' field, even though by the specification the 'Name' field should accept minimum 3 characters. 

 *Steps to reproduce* 
 1. Log in with valid credentials 
 2. Navigate to https://qainterrapt.brainster.xyz/users https://qainterrapt.brainster.xyz 
 2. Click on 'Users' on the left side menu. 
 3. Click on 'Create' button button. 
 4. Fill the 'Name' field with fields of the form. 
 4.1. Enter less than 3 characters in the 'Name' field. 
 5. Click on 'Create' button button. 

 *Expected result* 
 Message should be displayed: 'Name field is required'. The admin user should not be able to create a user using less than 3 characters in the 'Name' field. 

 *Actual result* 
 Admin user is able unable to create user with less that 3 characters in the 'Name' field. 

 *Browser* 
 Chrome on Windows 114.0.5735.198 

Back