AutorÃa | Ultima modificación | Ver Log |
@tool @tool_taskFeature: See warning message if cron is disabledIn order to manage scheduled tasksAs a Moodle AdministratorI need to be able to view a warning message if cron is disabledBackground:Given I log in as "admin"Scenario: If cron is disabled, I should see the messageWhen the following config values are set as admin:| cron_enabled | 0 |And I navigate to "Server > Tasks > Scheduled tasks" in site administrationThen I should see "Cron is disabled"Scenario: If cron is enabled, I should not see the messageWhen the following config values are set as admin:| cron_enabled | 1 |And I navigate to "Server > Tasks > Scheduled tasks" in site administrationThen I should not see "Cron is disabled"