From 63ec70ae5034cbc9f4f33fd152376eedd4cdeda8 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 14 Jun 2017 11:59:51 +1200 Subject: [PATCH] Use correct link to show all sessions in behat test. --- tests/behat/report.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/report.feature b/tests/behat/report.feature index 0163282..6024b55 100644 --- a/tests/behat/report.feature +++ b/tests/behat/report.feature @@ -225,7 +225,7 @@ Feature: Visiting reports When I log in as "student1" And I am on "Course 1" course homepage 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" And "3 / 4" "text" should exist in the "Points over taken sessions:" "table_row"