Bug #2893
open{UsersCreateForm} Email field accepts invalid Email format
0%
Description
Environment
Test: https://qainterrapt.brainster.xyz/login
Broswers:
Google Chrome Version:131.0.6778.140 (Official Build) (64-bit)
Microsfot Edge Version:131.0.2903.99 (Official build) (64-bit)
Safari IOS Version 18.2
Mozila Firefox Version:133.0.3 (64-bit)
Description
Email field in Users Create Form accepts creating new user with invalid email format.
Preconditions
/
Steps to reproduce
1.Log in to the system
2.Navigate to ""Users"" page
3.Click on Create button right up the corner
4.Click on Name field and enter a name (e.g "ElenaElena")
5.Click on Email field
6.Enter and Invalid Email (e.g "elena@com")
7.Click on Password field and enter a password (e.g "elenaElena")
8.Click on Create button
9.Observe the Email field
Expected result
An error message should prevent creating user with inavlid Email format,the Email field should accept only valid Email address that consists of an email prefix and an email domain (e.g [email protected])
Actual result
The Create User form accepts creating user with invalid Email format without triggering any error message
Files