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:* 
 # Navigate to the *'Webinars'* 'Webinars' menu. 
 # Click on the *'Create'* 'Create' button in the top right corner. 
 # Populate the fields with valid data 
 # Choose a *'Start Date'* 'Start Date' 
 # Choose an *'End Date'* 'End Date' to be before the *'Start Date'* . 'Start Date'. 
 # Populate the *'Link'* 'Link' field with valid data and add an image in the *'Image'* 'Image' field. 
 # Add a Mentor in the *'Mentor'* 'Mentor' field and the Tag in the *'Tag'* 'Tag' field. 
 # Press on the *'Create'* 'Create' button in the bottom right corner. 
 # Press on the *'Back'* 'Back' button in the top left corner 
 # 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'* 'End date' to be before the *'Start Date'*. 'Start Date' 
 *Actual result* 
 The user is able to create a webinar with the *'End date'* 'End date' to be before the *'Start Date'*. 'Start Date'

Back