Project

General

Profile

Bug #1366

Updated by Jovana Zdravevska over 2 years ago

User is created only from numeric characters in the name field, despite from the requirements in which is stated that the name field should not accept numbers as valid data. 

 *Steps to reproduce:* 
 1. Login to Interrupt 
 2. Navigate to 'Users' 
 3. Click on 'Create' button 
 4. Enter only numbers in the name field 
 5. Fill the other required field with valid data data. 

 *Expected result:* 
 The user should not be created if name contains numeric characters and error message should be shown that the name field is required with red letters. 

 *Actual result:* 
 The user is created successfully despite the numeric characters and error message is not displayed.

Back