Browse Source

Use correct link to show all sessions in behat test.

MOODLE_32_STABLE
Dan Marsden 8 years ago
parent
commit
959f576025
  1. 2
      tests/behat/report.feature

2
tests/behat/report.feature

@ -228,7 +228,7 @@ Feature: Visiting reports
When I log in as "student1" When I log in as "student1"
And I follow "Course 1" And I follow "Course 1"
And I follow "Attendance" And I follow "Attendance"
And I follow "All" And I click on "All" "link" in the ".attfiltercontrols" "css_element"
Then "2" "text" should exist in the "Taken sessions" "table_row" Then "2" "text" should exist in the "Taken sessions" "table_row"
And "3 / 4" "text" should exist in the "Points over taken sessions:" "table_row" And "3 / 4" "text" should exist in the "Points over taken sessions:" "table_row"

Loading…
Cancel
Save