Bug #1509
Updated by Jovan Gjoshev about 2 years ago
User is able to fill in the "Name" Field with invalid data. "Name" field should ONLY accept data that follows the given requirements. Precondition Navigate and login to: https://qainterrapt.brainster.xyz/login Steps to reproduce: # Click on the ""Users"" via navigation menu # Click on the ""CREATE"" button from the top right corner # Fill in the ""Name"" field with incorrect data (J0HnTr4Volt4PretentiousH1p) # Fill in the ""Email"" field with valid data ([email protected]) # Fill in the ""Password"" field with valid data (JohnathanЏ012!) # Click on the ""CREATE"" button # Confirm that the user is not created # Click the ""Back"" button to exit form" Environment: PC / Windows 10 Pro / Google Chrome Version 91.0.4280.88 (Official Build) (64-bit) Mobile Phone / iPhone 14 / iOS 17.2.1 Expected results User should not be created via inputting name data that is above 25 characters and does not follow given requirements and therefore should not appear on grid. Actual result: User is created and appears on grid