From 433601b0c9dd6532f766e720c18a96844b041934 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 27 Oct 2017 15:18:11 +1300 Subject: [PATCH] Make sure created session is later today. --- tests/behat/calendar_features.feature | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/behat/calendar_features.feature b/tests/behat/calendar_features.feature index d86bc76..5e97214 100644 --- a/tests/behat/calendar_features.feature +++ b/tests/behat/calendar_features.feature @@ -27,8 +27,10 @@ Feature: Test the calendar related features in the attendance module And I follow "Test attendance" And I follow "Add session" And I set the following fields to these values: - | id_sestime_starthour | 01 | - | id_sestime_endhour | 02 | + | id_sestime_starthour | 23 | + | id_sestime_startminute | 00 | + | id_sestime_endhour | 23 | + | id_sestime_endminute | 55 | And I click on "id_submitbutton" "button" And I am on "Course 1" course homepage And I follow "Go to calendar"