From 227f904750cf5dcf4263a2d3df686e4a734fd451 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 15 Mar 2016 11:38:40 +1300 Subject: [PATCH] Fix behat tests --- tests/behat/extra_features.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/behat/extra_features.feature b/tests/behat/extra_features.feature index fe3a2cc..93280fb 100644 --- a/tests/behat/extra_features.feature +++ b/tests/behat/extra_features.feature @@ -176,9 +176,9 @@ Feature: Test the various new features in the attendance module And I set the following fields to these values: | id_addmultiply | 0 | | Status set | Status set 2 (G O B) | - | id_sestime_starthour | 11 | + | id_sestime_starthour | 12 | | id_sestime_startminute | 0 | - | id_sestime_endhour | 12 | + | id_sestime_endhour | 13 | And I click on "submitbutton" "button" When I click on "Take attendance" "link" in the "10:00" "table_row" @@ -188,7 +188,7 @@ Feature: Test the various new features in the attendance module And "Set status for all users to «Absent»" "link" should exist When I follow "Sessions" - And I click on "Take attendance" "link" in the "11:00" "table_row" + And I click on "Take attendance" "link" in the "12:00" "table_row" Then "Set status for all users to «Great»" "link" should exist And "Set status for all users to «OK»" "link" should exist And "Set status for all users to «Bad»" "link" should exist