Bug #2906
open[Tags] User can create tags with less then 5 or more then 20 characters.
0%
Description
The user can create tags even when the 'TITLE' field does not meet the required length criteria (minimum 5 and maximum 20 characters). Tags are saved with less then 5 and more then 20 characters which does not align with the allowed criteria.
Environment:
"https://qainterrapt.brainster.xyz/login
PC: Windows 11 Pro
Browsers: Microsoft Edge Version 131.0.2903.99 (Official build) (64-bit)
Google chrome Version 131.0.6778.109 (Official Build) (64-bit)
Steps to reproduce:
- Log in to the platform.
- Navigate to the Tags section.
- Click on the CREATE button to create a new tag.
- In the TITLE field, enter a title with less than 5 characters (e.g., abc).
- Click the CREATE button.
- Repeat the same process with a title having more than 20 characters (e.g., ThisIsAVeryLongTagTitle123).
- Observe.
Expected Result:
The user should not be able to create tags with less than 5 and more than 20 characters.
Actual Result:
The user is able to create a tag with less then 5 characters (e.g., abc) and more then 20 characters (e.g.,ThisIsAVeryLongTagTitle123).
Tags are saved and displayed in the Tags list.
Files