Bug #1540
open[Users] User is able to create user with invalid input in Name field.
0%
Description
User is able to create a new user when the Name field is populated with unaccepted characters.
Environment:
Windows 11/Google Chrome Version 120.0.6099.110 (Official Build) (64-bit)
Steps to reproduce:
1.Navigate to https://qainterrapt.brainster.xyz/users
2.Click on the 'Create' button.
3.Fill in the 'Name' field with invalid data. - Adolph Blaine Charles David Earl !
4.Fill in the 'Email' field with valid data. - [email protected]
5.Fill in the 'Password' field with valid data.
6.Click on the 'Create' button.
Expected result:
The 'Name' field should accept alphabetic characters (both, latin and cyrillic), all letter cases (lower and upper), special characters (only “-”, and “ . ”) and spaces in the specified range 1-25 characters.
A message should be displayed that the 'Name' field is required with red letters.
Actual result:
A new user is created with invalid data in the Name field.
Updated by Julija Ilieva about 2 years ago
- Subject changed from [Users] User can create user with invalid input. to [Users] User is able to create user with invalid input in Name field.