Bug #1469
Updated by Jovica Vasilevski about 2 years ago
*By entering an invalid data, user is able to create a new tag*
*Preconditions*
User must be logged in
*Steps to reproduce*
1.Click on the Tags field
2.Click on the CREATE button from top right corner
3.Fill in the Title field with invalid data
The title field should 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.
4.Click on the Create button
*Test data*
3a. test
3b. software*testing
3c. software testing testing
*Expected result*
User should get a message should be shown that the title field is required in red letters.
*Actual result*
User is able to Create a tag.