## Part 1 - regression testing
# go to {nav Configuration > Website > Scheduled Tasks} section
# click on "Add" button
# confirm that form opens and "Next Run On" field is empty
# click on date picker icon
# confirm that picker opens and contains current date and time
# pick some date
# confirm that picker closes and chosen date placed in the input field
# click on date picker icon
# confirm that picker opens and contains previously picked date and time
# save changes
# open added scheduled task for editing
# confirm, that previously entered date is displayed
# open date picker
# confirm, that entered previously date is displayed in date picker
## Part 2 - new ability testing - repeat with relative value like 'midnight' and with exact time like '12/31/2015' as `picker_default` option value
# edit scheduled_tasks_config.php file - add 'picker_default' => 'midnight' option to the NextRunOn field configuration
# go to {nav Configuration > Website > Scheduled Tasks} section
# click on "Add" button
# confirm that form opens and "Next Run On" field is empty
# click on date picker icon
# confirm that picker opens and contains current date, but midnight time
# pick some date
# confirm that picker closes and chosen date placed in the input field
# click on date picker icon
# confirm that picker opens and contains previously picked date and time
# save changes
# open added scheduled task for editing
# confirm, that previously entered date is displayed
# open date picker
# confirm, that entered previously date is displayed in date picker