Project

General

Profile

Bug #3045

Updated by Jane G 7 months ago

User can create new tags with data that does not match the given requirments. 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. 

 *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 
 # The user must be navigated to the tags menu 

 *Steps to reproduce* 
 # Navigate to the Dashboard page 
 # 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$%%%$) 
 # Save the tag by clicking on the 'Create' button 
 # 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 tags to be created without any restrictions and error messages

Back