From 92ddadb87f1e7b953a4850f50a0b2b63ddd739cc 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 1204a8e..ed2f9fc 100644 --- a/tests/behat/attendance_mod.feature +++ b/tests/behat/attendance_mod.feature @@ -45,8 +45,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 When I log in as "student1"