Línea 65... |
Línea 65... |
65 |
And I set the field "perpage" to "100"
|
65 |
And I set the field "perpage" to "100"
|
66 |
# Add 3 to the expected number because there are 2 header and 1 footer rows.
|
66 |
# Add 3 to the expected number because there are 2 header and 1 footer rows.
|
67 |
Then I should see "103" node occurrences of type "tr" in the "user-grades" "table"
|
67 |
Then I should see "103" node occurrences of type "tr" in the "user-grades" "table"
|
68 |
And I should see "2" in the ".stickyfooter .pagination" "css_element"
|
68 |
And I should see "2" in the ".stickyfooter .pagination" "css_element"
|
69 |
And I should not see "3" in the ".stickyfooter .pagination" "css_element"
|
69 |
And I should not see "3" in the ".stickyfooter .pagination" "css_element"
|
- |
|
70 |
And the url should match "/grade/report/grader/index\.php\?id=[0-9]+&report=grader&perpage=100$"
|
Línea 70... |
Línea 71... |
70 |
|
71 |
|
71 |
@javascript
|
72 |
@javascript
|
72 |
Scenario: The pagination bar is only displayed when there is more than one page
|
73 |
Scenario: The pagination bar is only displayed when there is more than one page
|
73 |
Given "21" "users" exist with the following data:
|
74 |
Given "21" "users" exist with the following data:
|