Project

General

Profile

Bug #1597

Updated by Viktor Kostovski about 2 years ago


 When creating a webinar, the user can choose an end date that occurs before the start date, and create the webinar with an invalid date. 
 *Precondition* 
 The user must be logged in 
 *Steps to reproduce:* 
 1.Navigate # Navigate to the *'Webinars'* menu. 
 2. # Click on the *'Create'* button in the top right corner. 
 3.Populate # Populate the fields with valid data. data 
 4.Choose # Choose a *'Start Date'*. Date'* 
 5.Choose # Choose an *'End Date'* to be before the *'Start Date'* . 
 6.Populate # Populate the *'Link'* field with valid data and add an image in the *'Image'* field. 
 7.Add # Add a Mentor in the *'Mentor'* field and the Tag in the *'Tag'* field. 
 8.Press # Press on the *'Create'* button in the bottom right corner. 
 9.Press # Press on the *'Back'* button in the top left corner. corner 
 10.Search # Search for the webinar and check if was created. 
 *Expected result* 
 The user should not be able to create a webinar with the *'End date'* to be before the *'Start Date'*. 
 *Actual result* 
 The user is able to create a webinar with the *'End date'* to be before the *'Start Date'*.

Back