Browse Source

Make sure created session is later today.

MOODLE_34_STABLE
Dan Marsden 7 years ago
parent
commit
433601b0c9
  1. 6
      tests/behat/calendar_features.feature

6
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 "Test attendance"
And I follow "Add session" And I follow "Add session"
And I set the following fields to these values: And I set the following fields to these values:
| id_sestime_starthour | 01 | | id_sestime_starthour | 23 |
| id_sestime_endhour | 02 | | id_sestime_startminute | 00 |
| id_sestime_endhour | 23 |
| id_sestime_endminute | 55 |
And I click on "id_submitbutton" "button" And I click on "id_submitbutton" "button"
And I am on "Course 1" course homepage And I am on "Course 1" course homepage
And I follow "Go to calendar" And I follow "Go to calendar"

Loading…
Cancel
Save