From 6df6b7c839b5355a5e1dd508c742d037555a29b5 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 1 May 2017 13:58:56 +1200 Subject: [PATCH] make session full day for tests. --- tests/behat/attendance_mod.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/behat/attendance_mod.feature b/tests/behat/attendance_mod.feature index fa43bad..92b4fc1 100644 --- a/tests/behat/attendance_mod.feature +++ b/tests/behat/attendance_mod.feature @@ -45,6 +45,9 @@ Feature: Teachers and Students can record session attendance And I set the field "Allow students to record own attendance" to "1" And I set the following fields to these values: | sessiondate | ##5 minutes ago## | + | id_sestime_starthour | 00 | + | id_sestime_endhour | 23 | + | id_sestime_endminute | 55 | And I click on "id_submitbutton" "button" And I log out And I log in as "student1"