Bug #3045
Updated by Jane G 7 months ago
The 'Title' field accepts data which does not match the given requirments. The title field should only accept: Alphabetic characters (both, Latin and Cyrillic), all letter cases (lower and upper), special characters (only “-”, and “ . ”) and spaces. It should be minimum 5 and maximum 20 characters in length.
*Environment*
Google Chrome Version 137.0.7151.69 (Official Build) (64-bit)
Windows 11 Pro
https://qainterrapt.brainster.xyz/login
*Pre-conditions*
# The user must be logged in
*Steps to reproduce*
# Click on the 'Tags' via navigation menu
# Click on the 'Create' button
# Enter data with more than 20 characters(e.g.raspukalasarplaninaaaaa)
# Enter data with less than 5 characters(e.g. asdf)
# Enter data containing special characters(e.g.raspukalasarplanina$%%%$)
# Enter data in a different language (e.g.软件测试)
# Save the tag by clicking on the 'Create' button
# Search the tag by entering 'raspukalasarplaninaaaaa' in the search field
# Observe if the tag is created in the tag list
*Expected result*
The tag should not be created and a message should be shown that the title field is required in red letters
*Actual result*
The system allows the tag to be created without any restrictions or error messages