Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 26... Línea 26...
26
      | activity | course | idnumber | name                | gradecategory | grade | gradepass |
26
      | activity | course | idnumber | name                | gradecategory | grade | gradepass |
27
      | assign   | C1     | a2       | Test assignment two | Category 1    | 100   | 50        |
27
      | assign   | C1     | a2       | Test assignment two | Category 1    | 100   | 50        |
Línea 28... Línea 28...
28
 
28
 
29
  Scenario: A teacher can search for and find a user to view
29
  Scenario: A teacher can search for and find a user to view
30
    Given I am on the "Course" "grades > User report > View" page logged in as "teacher1"
30
    Given I am on the "Course" "grades > User report > View" page logged in as "teacher1"
31
    And I click on "Student 1" in the "user" search widget
31
    And I click on "Student 1" in the "Search users" search combo box
32
    And I should see "Test assignment one" in the "user-grade" "table"
32
    And I should see "Test assignment one" in the "user-grade" "table"
33
    And I should see "Test assignment two" in the "user-grade" "table"
33
    And I should see "Test assignment two" in the "user-grade" "table"
34
    And I should see "Category 1 total" in the "user-grade" "table"
34
    And I should see "Category 1 total" in the "user-grade" "table"
35
    And I should see "Course total" in the "user-grade" "table"
35
    And I should see "Course total" in the "user-grade" "table"