X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/admin/tool/task/tests/behat
home
/
cbholdings
/
pasukulu
/
admin
/
tool
/
task
/
tests
/
behat
/
📁
..
📄
behat_tool_task.php
(1.93 KB)
📄
clear_fail_delay.feature
(1.46 KB)
📄
cron_disabled.feature
(773 B)
📄
index.php
(1.9 KB)
📄
manage_tasks.feature
(4.06 KB)
📄
running_tasks.feature
(2.17 KB)
Editing: cron_disabled.feature
@tool @tool_task Feature: See warning message if cron is disabled In order to manage scheduled tasks As a Moodle Administrator I need to be able to view a warning message if cron is disabled Background: Given I log in as "admin" Scenario: If cron is disabled, I should see the message When the following config values are set as admin: | cron_enabled | 0 | And I navigate to "Server > Tasks > Scheduled tasks" in site administration Then I should see "Cron is disabled" Scenario: If cron is enabled, I should not see the message When the following config values are set as admin: | cron_enabled | 1 | And I navigate to "Server > Tasks > Scheduled tasks" in site administration Then I should not see "Cron is disabled"
Upload File
Create Folder