# confirm, that there is no `Run` button in {nav Configuration > Scheduled Tasks} section
# run `in-portal` command
# confirm, that `scheduled-task:run` command is listed
# take a screenshot of grid on {nav Configuration > Scheduled Tasks} section
# run `in-portal scheduled-task:run check_submission_repies` command
# confirm, that last run time changed in the section for that scheduled task
# run `in-portal scheduled-task:run` command
# confirm, that last run time changed in the section for all enabled scheduled tasks
# type `in-portal scheduled-task:run ` (note space at the end) and press `TAB` twice
# confirm, that names of enabled scheduled tasks are displayed
# run the `in-portal scheduled-task:run X` command, where X is name of disabled scheduled task
# confirm, that exception happens
# run the `in-portal scheduled-task:run X` command, where X is name of non-existing scheduled task
# confirm, that exception happens
# open `/tools/cron.php` url from the browser
# confirm, that error about non-CLI execution is shown
# run `php tools/cron.php`
# confirm, that last run time changed in the section for all enabled scheduled tasks