Project

General

Profile

Bug #2361

Updated by Ilmi Sejfula almost 2 years ago

The Verifies that the system enforces a minimum length of 5 characters for tag titles and does not display displays an error message in red if a shorter title is entered 

 Steps to Reproduce: 

 1.Go to the "Tags" page 
 2.Create a tag title with less than 5 characters  
 3.Click the "Create" button 

 Expected results: 
 The entered text should be displayed in the tag title field 
 An error message in red letters stating "Title field is required" should be displayed below the tag title field 
 The "Create" button should remain disabled 
 The tag should not be created 

 Actual Results: 

 The entered text is displayed in the tag title field 
 There is no error message displayed 
 The "Create" button is enabled 
 The tag is created successfully 
 The tag is displayed

Back