Given I log in as "student1"
And I click on "Timeline" "link" in the "Course overview" "block"
When I click on "Sort by courses" "link" in the "Course overview" "block"
- Then I should see "Choice Test choice 1 closes" in the "Course overview" "block"
+ Then I should see "Choice Test choice 1 closes" in the "#myoverview_timeline_courses" "css_element"
And I should not see "0%" in the "Course overview" "block"
And I click on "Courses" "link" in the "Course overview" "block"
And I click on "In progress" "link" in the "Course overview" "block"
And I log out
And I log in as "student1"
And I click on "Sort by courses" "link" in the "Course overview" "block"
- And I should see "Choice Test choice 1 closes" in the "Course overview" "block"
+ And I should see "Choice Test choice 1 closes" in the "#myoverview_timeline_courses" "css_element"
And I should see "0%" in the "Course overview" "block"
And I click on "Courses" "link" in the "Course overview" "block"
When I click on "In progress" "link" in the "Course overview" "block"