Línea 33... |
Línea 33... |
33 |
| Course 24 | C24 | 0 |
|
33 |
| Course 24 | C24 | 0 |
|
34 |
| Course 25 | C25 | 0 |
|
34 |
| Course 25 | C25 | 0 |
|
Línea 35... |
Línea 35... |
35 |
|
35 |
|
36 |
Scenario: The pagination controls should be hidden if I am not enrolled in any courses
|
36 |
Scenario: The pagination controls should be hidden if I am not enrolled in any courses
|
37 |
When I am on the "My courses" page logged in as "student1"
|
37 |
When I am on the "My courses" page logged in as "student1"
|
38 |
Then I should see "You're not enrolled in any course" in the "Course overview" "block"
|
38 |
Then I should see "You're not enrolled in any courses." in the "Course overview" "block"
|
39 |
And I should not see "Show" in the "Course overview" "block"
|
39 |
And I should not see "Show" in the "Course overview" "block"
|
40 |
And ".block_myoverview .dropdown-menu.show" "css_element" should not be visible
|
40 |
And ".block_myoverview .dropdown-menu.show" "css_element" should not be visible
|
41 |
And ".block_myoverview [data-control='next']" "css_element" should not be visible
|
41 |
And ".block_myoverview [data-control='next']" "css_element" should not be visible
|
42 |
And ".block_myoverview [data-control='previous']" "css_element" should not be visible
|
42 |
And ".block_myoverview [data-control='previous']" "css_element" should not be visible
|