Bug #2773
Updated by Sanja S about 1 year ago
Environment test https://qainterrapt.brainster.xyz/login Browser: 1.PC / Windows 10 V. 22H2 / Google Chrome Version 131.0.0.0 (Official Build) (64-bit) 2.Apple iPhone 11 / iOS Version 17.6.1 / Safari Version 17.6 on iOS 17.6 (Official Build) (24-bit) Description By entering a bio less than 20 and more then 300 characters, and special characters other than “-” and “ . ” a new mentor is created. Pre-conditions User must be logged on Interrapt Test steps 1.Click on the 'Mentors' via navigation menu 2.Click on the 'CREATE' button from to top right corner 3.Fill in the 'Name' field with valid data 4.Fill in the 'Surname' field with valid data 5.Fill in the 'Email' field with valid data 6.Fill in the 'Bio' field with invalid data. 7.Fill in the 'Occupation' field with valid data 8.Click on the 'CREATE' button Expected Result A validation message should prevent of creating When a new mentor if the entered input in 'bio' field is user enters a bio with less than 20 and more than 300 characters and contains special characters other than “-” and “ . ” in the 'bio' field and attempts to submit the form, the system should display a message 'Bio must be at least 20 characters long' or 'Bio exceeds the maximum allowed length of 300 characters' Actual Result The system accepts the input without displaying any validation error, allowing the invalid bio to be saved and new mentor to be created.