Bug #1222
Updated by Aleksandar Jovanovski over 2 years ago
The "Name" field is accepting invalid input , it allows input values that are less than 3 characters, more than 24 characters, and input containing special symbols witch are not allowed. Steps to Reproduce: 1.Navigate to https://qainterrapt.brainster.xyz/users/create 2.Enter string lower than 3 characters inside "name" field 2.1 Enter string higher than 24 character inside "name" field 2.2 Enter not allowed special symbols inside "name" field 3.Observe the "Name" Field Expected results :"Name" field should accept input length between 3 and 24 characters , and should not accept special symbols or characters that are not allowed dispaying message "field is required" in red letters. Actual results: Input field accept input length lower than 3 and more than 24 characters with special symbols that are not allowed without providing error message