Project

General

Profile

Bug #1203

Updated by Aleksandra Ristevska over 2 years ago

Description: 
 Name field in the "Create a new user" form accepts less than 3 characters although it should be minimum 3 characters in length.  

 Steps to reproduce: 
 1.Log in to https://qainterrapt.brainster.xyz 
 2.Click on Users 
 3.Click on "CREATE" button 
 4.Fill in the Name field with less than 3 characters (ex.Aa) 
 5.Fill in the Email and Password fields with valid data credentials 
 6.Click on "CREATE" button 
 7.Click on "BACK" button 
 8.Observe the Users table 

 Expected result: 
 New user should not be created. Name field should not accept less than 3 characters in length and a message with a red text that this field is required should appear under the Name field after clicking on the "CREATE" button. 

 Actual result: 
 Name field accepts less than 3 characters in length and a new user is created successfully. 

 Browser/Platform: Edge 

Back