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 
 3. Click on 'Create' button 
 4. Fill the 'Name' field with less than 3 characters 
 5. Click on 'Create' 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* 
 A Admin user is created able to create user with less that 3 characters in the 'Name' field. 

 *Browser* 
 Chrome on Windows 114.0.5735.198 

Back