Bug #1230
Updated by Aleksandra Ristevska over 2 years ago
Description: Email field on the "Create create a new user" user form accepts invalid format for email although this field should accept only valid formats for e-mail addresses. The prefix should appear to the left of the @ symbol. The domain should appear to the right of the @ symbol. Steps to reproduce: 1.Log in to https://qainterrapt.brainster.xyz 2.Click on users 2.Navigate to https://qainterrapt.brainster.xyz/users 3.Click on "CREATE" button 4.Fill in the Name field with valid data 5.Fill in the Email field with invalid format email ex. yahoo.com@12 6.Fill in the Password field with valid input 7.Click on "CREATE" button 8.Click 8.Check that pop-up message appears "New user was successfully created" 9.Click on "BACK" button 9.Observe 10.Check the list with users table if the new user was created Expected result: The user should not be created. The Email field should not accept invalid email format and a message with a red text should appear that the field is required, "Invalid format", under the Email field after clicking on the "CREATE" button. Actual result: Email field accepts invalid email formats and a new user is created successfully. Browser/Platform: Edge