From ce44b8bb571f1eb7e483611507779c7ae3ce74be Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 1 May 2017 13:45:11 +1200 Subject: [PATCH] tests - use sessiondate for 5min ago to allow self student marking --- tests/behat/attendance_mod.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/behat/attendance_mod.feature b/tests/behat/attendance_mod.feature index e5625c4..fa43bad 100644 --- a/tests/behat/attendance_mod.feature +++ b/tests/behat/attendance_mod.feature @@ -44,8 +44,7 @@ Feature: Teachers and Students can record session attendance And I follow "Add" And I set the field "Allow students to record own attendance" to "1" And I set the following fields to these values: - | id_sestime_starthour | 22 | - | id_sestime_endhour | 23 | + | sessiondate | ##5 minutes ago## | And I click on "id_submitbutton" "button" And I log out And I log in as "student1" -- 2.11.0