Bug #2918
open[Tags] Tag creation allows invalid character length
0%
Description
Environment: https://qainterrapt.brainster.xyz/login
Browsers:
Google Chrome Version: 131.0.6778.86
Safari Version: 17.6 (19618.3.11.11.5)
Precondition:
The user must be logged into Interrapt.
Steps to Reproduce:
1. Navigate to the "Tags" section using the menu
2. Click on the "CREATE" button in the upper-right corner.
3. Create a tag by entering fewer than 5 characters (e.g., "test").
4. Submit the form by clicking the "Create" button
5. Repeat the process by entering a tag exceeding 20 characters (e.g., "TestLongNameWithMoreThanTwentyCharacters").
6. Observe the behavior after each submission.
Expected Result:
The system should display a validation error message:
“The tag must contain between 5 and 20 characters. Please try again.”
Actual Result:
The system allows tags with fewer than 5 or more than 20 characters to be created without displaying a validation error message.
Files
Updated by Despina D about 1 year ago
- Subject changed from [#Tags] Tag creation allows invalid character length to [Tags] Tag creation allows invalid character length