Bug #2374
Updated by Perihan Angelovska almost 2 years ago
According to the specification, when creating a user, the password field should not accept more than 30 characters, but it does.
*Preconditions:*
The user must be logged in and navigated on the user section at https://qainterrapt.brainster.xyz/users
*Steps to recreate*:
1.Click on the "Create" button at the top right corner of the users section.
2.In the "Name" field type "Tester".
3.In the "E-mail" field type "[email protected]".
4.In the "Password" field type "SunnyDay123@ParkWithDogs&Maltese!"
5.Click on the "Create" button at the bottom of the fields and observe the result.
Expected result:
The user should not be able to create a "User" with a password that contains more than 30 characters.
Actual result:
The user is able to create a "User" with a password that contains more than 30 characters.