Línea 60... |
Línea 60... |
60 |
And I set the following fields to these values:
|
60 |
And I set the following fields to these values:
|
61 |
| resettodefaults | 1 |
|
61 |
| resettodefaults | 1 |
|
62 |
And I press "Save changes"
|
62 |
And I press "Save changes"
|
63 |
Then I should see "Changes saved"
|
63 |
Then I should see "Changes saved"
|
64 |
And the following should not exist in the "admintable" table:
|
64 |
And the following should not exist in the "admintable" table:
|
65 |
| Name | Minute | Hour | Day | Day of week | Month |
|
65 |
| Name | Minute | Hour | Day | Day of week | Month |
|
66 |
| Log table cleanup | */5 | 1 | 2 | 4 | 3 |
|
66 |
| Log table cleanup | */5 | 1 | 2 | 4 | 3 |
|
67 |
And I should see "Log table cleanup" in the "tr.table-primary" "css_element"
|
67 |
And I should see "Log table cleanup" in the "tr.table-primary" "css_element"
|
Línea 68... |
Línea 68... |
68 |
|
68 |
|
69 |
Scenario: Disabled plugin's tasks are labelled as disabled too
|
69 |
Scenario: Disabled plugin's tasks are labelled as disabled too
|
70 |
When "CAS users sync job \auth_cas\task\sync_task" row "Next run" column of "Scheduled tasks" table should contain "Plugin disabled"
|
70 |
When "Synchronise users task \auth_db\task\sync_users" row "Next run" column of "Scheduled tasks" table should contain "Plugin disabled"
|
71 |
Then "CAS users sync job \auth_cas\task\sync_task" row "Component" column of "Scheduled tasks" table should contain "Disabled"
|
71 |
And "Synchronise users task \auth_db\task\sync_users" row "Component" column of "Scheduled tasks" table should contain "Disabled"
|
72 |
And "Background processing for scheduled allocation \workshopallocation_scheduled\task\cron_task" row "Next run" column of "Scheduled tasks" table should not contain "Plugin disabled"
|
72 |
Then "Background processing for scheduled allocation \workshopallocation_scheduled\task\cron_task" row "Next run" column of "Scheduled tasks" table should not contain "Plugin disabled"
|