Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
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               | Component    | Minute | Hour | Day | Day of week | Month |
65
      | Name               | Minute | Hour | Day | Day of week | Month |
66
      | Log table cleanup  | Standard log | */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 "CAS users sync job \auth_cas\task\sync_task" row "Next run" column of "Scheduled tasks" table should contain "Plugin disabled"