Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 169... Línea 169...
169
      | First name             | Email address     |
169
      | First name             | Email address     |
170
      | User One               | one@example.com   |
170
      | User One               | one@example.com   |
171
      | User Two               | two@example.com   |
171
      | User Two               | two@example.com   |
172
      | User Three             | three@example.com |
172
      | User Three             | three@example.com |
173
    And I click on "Filters" "button"
173
    And I click on "Filters" "button"
174
    And I set the following fields in the "System role" "core_reportbuilder > Filter" to these values:
174
    And I set the field "System role value" in the "System role" "core_reportbuilder > Filter" to "Course creator"
175
      | System role operator | Is equal to    |
-
 
176
      | System role value    | Course creator |
-
 
177
    And I click on "Apply" "button" in the "[data-region='report-filters']" "css_element"
175
    And I click on "Apply" "button" in the "[data-region='report-filters']" "css_element"
178
    And I click on "Filters" "button"
176
    And I click on "Filters" "button"
179
    And I should see "User One" in the "reportbuilder-table" "table"
177
    And I should see "User One" in the "reportbuilder-table" "table"
180
    And I should not see "User Two" in the "reportbuilder-table" "table"
178
    And I should not see "User Two" in the "reportbuilder-table" "table"
181
    And I should not see "User Three" in the "reportbuilder-table" "table"
179
    And I should not see "User Three" in the "reportbuilder-table" "table"
182
    And I click on "Filters" "button"
180
    And I click on "Filters" "button"
183
    And I click on "Reset all" "button" in the "[data-region='report-filters']" "css_element"
181
    And I click on "Reset all" "button" in the "[data-region='report-filters']" "css_element"
184
    And I set the following fields in the "Course role" "core_reportbuilder > Filter" to these values:
182
    And I set the field "Role name" in the "Course role" "core_reportbuilder > Filter" to "Teacher"
185
      | Role name | Teacher |
-
 
186
    And I click on "Apply" "button" in the "[data-region='report-filters']" "css_element"
183
    And I click on "Apply" "button" in the "[data-region='report-filters']" "css_element"
187
    And I click on "Filters" "button"
184
    And I click on "Filters" "button"
188
    And I should not see "User One" in the "reportbuilder-table" "table"
185
    And I should not see "User One" in the "reportbuilder-table" "table"
189
    And I should see "User Two" in the "reportbuilder-table" "table"
186
    And I should see "User Two" in the "reportbuilder-table" "table"
190
    And I should not see "User Three" in the "reportbuilder-table" "table"
187
    And I should not see "User Three" in the "reportbuilder-table" "table"