Bug #2745
Updated by Stefan J about 1 year ago
*Description*
The user can add a tag Title that contains less than 5 and more than 20 characters including special characters not specified according to the criteria.
*Environment*
Google chrome Version 131.0.6778.140 (Official Build) (64-bit)
https://qainterrapt.brainster.xyz/tags
*Steps to reproduce*
# Log in to the system.
# Navigate to the "Tags" page.
# Click on the "CREATE" button.
# Enter a tag title that contains less than 5 characters including special characters that are not specified in the criteria(e.g, "@_!D") in the "Title" input field.
# Save the tag by clicking on the "CREATE" button.
# Repeat step 4 by entering the following data (e.g, "@@@!!!###$$$%%%stefan") in the "Title" input field.
# Observe the created tag in the list.
*Expected result*
A validation message should prevent saving a tag title with less than 5 and more than 20 characters including special characters that are not specified in the criteria.
*Actual result*
The System allows the "Tag" to be created and added to the list without Error message.