Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 46... Línea 46...
46
    And I should see "Test assignment name 1" in the "user-grades" "table"
46
    And I should see "Test assignment name 1" in the "user-grades" "table"
47
    And I should see "Test assignment name 2" in the "user-grades" "table"
47
    And I should see "Test assignment name 2" in the "user-grades" "table"
48
    And I should see "Manual grade"
48
    And I should see "Manual grade"
49
    And I should see "Course total"
49
    And I should see "Course total"
50
    And the following should exist in the "user-grades" table:
50
    And the following should exist in the "user-grades" table:
51
      | -1-                | -1-                  | -3-       | -4-       | -5-       | -6-       |
51
      | -1-                | -2-                  | -3-       | -4-       | -5-       | -6-       |
52
      | Student 1          | student1@example.com | 80        | 90        | 30        | 170       |
52
      | Student 1          | student1@example.com | 80        | 90        | 30        | 170       |
53
    And I click on grade item menu "Course 1" of type "course" on "grader" page
53
    And I click on grade item menu "Course 1" of type "course" on "grader" page
54
    And I choose "Show totals only" in the open action menu
54
    And I choose "Show totals only" in the open action menu
55
    And I should not see "Test assignment name 1" in the "user-grades" "table"
55
    And I should not see "Test assignment name 1" in the "user-grades" "table"
56
    And I should not see "Test assignment name 2" in the "user-grades" "table"
56
    And I should not see "Test assignment name 2" in the "user-grades" "table"
57
    And I should not see "Manual grade"
57
    And I should not see "Manual grade"
58
    And I should see "Course total"
58
    And I should see "Course total"
59
    And the following should exist in the "user-grades" table:
59
    And the following should exist in the "user-grades" table:
60
      | -1-                | -1-                  | -3-       |
60
      | -1-                | -2-                  | -3-       |
61
      | Student 1          | student1@example.com | 170       |
61
      | Student 1          | student1@example.com | 170       |
62
    And I click on grade item menu "Course 1" of type "course" on "grader" page
62
    And I click on grade item menu "Course 1" of type "course" on "grader" page
63
    And I click on "Show grades only" "link"
63
    And I click on "Show grades only" "link"
64
    And I should see "Test assignment name 1" in the "user-grades" "table"
64
    And I should see "Test assignment name 1" in the "user-grades" "table"
65
    And I should see "Test assignment name 2" in the "user-grades" "table"
65
    And I should see "Test assignment name 2" in the "user-grades" "table"
66
    And I should see "Manual grade"
66
    And I should see "Manual grade"
67
    And I should not see "Course total"
67
    And I should not see "Course total"
68
    And the following should exist in the "user-grades" table:
68
    And the following should exist in the "user-grades" table:
69
      | -1-                | -1-                  | -3-       | -4-       | -5-       |
69
      | -1-                | -2-                  | -3-       | -4-       | -5-       |
70
      | Student 1          | student1@example.com | 80        | 90        | 30        |
70
      | Student 1          | student1@example.com | 80        | 90        | 30        |
Línea 71... Línea 71...
71
 
71
 
72
  @javascript @skip_chrome_zerosize
72
  @javascript @skip_chrome_zerosize
73
  Scenario: Minimise the grader report containing hidden activities without the 'moodle/grade:viewhidden' capability
73
  Scenario: Minimise the grader report containing hidden activities without the 'moodle/grade:viewhidden' capability
Línea 81... Línea 81...
81
    Then I should see "Test assignment name 1" in the "user-grades" "table"
81
    Then I should see "Test assignment name 1" in the "user-grades" "table"
82
    And I should see "Test assignment name 2" in the "user-grades" "table"
82
    And I should see "Test assignment name 2" in the "user-grades" "table"
83
    And I should see "Manual grade"
83
    And I should see "Manual grade"
84
    And I should see "Course total"
84
    And I should see "Course total"
85
    And the following should exist in the "user-grades" table:
85
    And the following should exist in the "user-grades" table:
86
      | -1-                | -1-                  | -3-       | -4-       | -5-       | -6-       |
86
      | -1-                | -2-                  | -3-       | -4-       | -5-       | -6-       |
87
      | Student 1          | student1@example.com | 80        | -         | 30        | 105.71    |
87
      | Student 1          | student1@example.com | 80        | -         | 30        | 105.71    |
88
    And I click on grade item menu "Course 1" of type "course" on "grader" page
88
    And I click on grade item menu "Course 1" of type "course" on "grader" page
89
    And I choose "Show totals only" in the open action menu
89
    And I choose "Show totals only" in the open action menu
90
    And I should not see "Test assignment name 1" in the "user-grades" "table"
90
    And I should not see "Test assignment name 1" in the "user-grades" "table"
91
    And I should not see "Test assignment name 2" in the "user-grades" "table"
91
    And I should not see "Test assignment name 2" in the "user-grades" "table"
92
    And I should not see "Manual grade"
92
    And I should not see "Manual grade"
93
    And I should see "Course total"
93
    And I should see "Course total"
94
    And the following should exist in the "user-grades" table:
94
    And the following should exist in the "user-grades" table:
95
      | -1-                | -1-                  | -3-       |
95
      | -1-                | -2-                  | -3-       |
96
      | Student 1          | student1@example.com | 105.71    |
96
      | Student 1          | student1@example.com | 105.71    |
97
    And I click on grade item menu "Course 1" of type "course" on "grader" page
97
    And I click on grade item menu "Course 1" of type "course" on "grader" page
98
    When I click on "Show grades only" "link"
98
    When I click on "Show grades only" "link"
99
    Then I should see "Test assignment name 1" in the "user-grades" "table"
99
    Then I should see "Test assignment name 1" in the "user-grades" "table"
100
    And I should see "Test assignment name 2" in the "user-grades" "table"
100
    And I should see "Test assignment name 2" in the "user-grades" "table"
101
    And I should see "Manual grade"
101
    And I should see "Manual grade"
102
    And I should not see "Course total"
102
    And I should not see "Course total"
103
    And the following should exist in the "user-grades" table:
103
    And the following should exist in the "user-grades" table:
104
      | -1-                | -1-                  | -3-       | -4-       | -5-       |
104
      | -1-                | -2-                  | -3-       | -4-       | -5-       |
105
      | Student 1          | student1@example.com | 80        | -         | 30        |
105
      | Student 1          | student1@example.com | 80        | -         | 30        |