## 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
## 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 Tools > System} section
# click "Reset" button in "Reset Parsed and Cached System Data" section
# 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