From 833a38f27f0693a22675006d686b6dec2996d044 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 7 Jun 2016 11:39:34 +1200 Subject: [PATCH] fix behat lang strings, taked -> taken --- tests/behat/report.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/behat/report.feature b/tests/behat/report.feature index 26f41fa..c021fd3 100644 --- a/tests/behat/report.feature +++ b/tests/behat/report.feature @@ -228,9 +228,9 @@ Feature: Visiting reports And I follow "Attendance" And I follow "All" - Then "2" "text" should exist in the "Taked sessions" "table_row" - And "3 / 4" "text" should exist in the "Points over taked sessions:" "table_row" - And "75.0%" "text" should exist in the "Percentage over taked 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 "75.0%" "text" should exist in the "Percentage over taken sessions:" "table_row" And "3" "text" should exist in the "Total number of sessions:" "table_row" And "3 / 6" "text" should exist in the "Points over all sessions:" "table_row" And "50.0%" "text" should exist in the "Percentage over all sessions:" "table_row"