Bug #3042
Updated by Damjan A 7 months ago
The application allows an admin user to register a new attendee using a name that contains invalid characters (e.g., @, #, 123, !, etc.) in the 'Name' field. There is no input validation in place to restrict or notify the user about unacceptable characters. *Environment* 'Google Chrome' (137.0.7151.69 (Official Build) (64-bit) System : Windows 11 https://qainterrapt.brainster.xyz/login *Precondition* The user must be logged in as an admin *Steps to reproduce* # Click Navigate and click on the 'Attendees' via navigation menu in Menu # Click on the 'CREATE' button in the top right corner # Enter invalid name in the 'Name' field # Enter valid surname in the 'Surname' field # Enter valid email in the 'Email' field # Enter valid phone number in the 'Phone' field # Enter valid City in the 'City' field # Enter valid High School in the 'High School' field # Enter valid Faculty in the 'Faculty' field # Select Webinar from the drop-down menu # Click on the 'CREATE' button *Expected Result* Attendee should not be created and a message should be shown that the name field is required in red letters. *Actual Result* Attendee is created successfully with invalid characters in the 'Name' field.