Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 119... Línea 119...
119
    And the "Current users" select box should not contain "First User (first@example.com)"
119
    And the "Current users" select box should not contain "First User (first@example.com)"
Línea 120... Línea 120...
120
 
120
 
121
  @javascript
121
  @javascript
122
  Scenario: Edit cohort name in-place
122
  Scenario: Edit cohort name in-place
-
 
123
    When I navigate to "Users > Accounts > Cohorts" in site administration
-
 
124
    Then the following should exist in the "reportbuilder-table" table:
-
 
125
      | Name             | Cohort ID | Description             |
123
    When I navigate to "Users > Accounts > Cohorts" in site administration
126
      | Test cohort name | 333       | Test cohort description |
124
    And I set the field "Edit cohort name" to "Students cohort"
127
    And I set the field "Edit cohort name" to "Students cohort"
-
 
128
    And the following should not exist in the "reportbuilder-table" table:
-
 
129
      | Name             | Cohort ID | Description             |
125
    Then I should not see "Test cohort name"
130
      | Test cohort name | 333       | Test cohort description |
-
 
131
    And the following should exist in the "reportbuilder-table" table:
126
    And I should see "Students cohort"
132
      | Name            | Cohort ID | Description             |
127
    And I navigate to "Users > Accounts > Cohorts" in site administration
133
      | Students cohort | 333       | Test cohort description |
-
 
134
    And I reload the page
-
 
135
    And the following should exist in the "reportbuilder-table" table:
-
 
136
      | Name            | Cohort ID | Description             |