diff --git a/course/tests/behat/course_format.feature b/course/tests/behat/course_format.feature index f13b93abb4f..bb3d2c28da6 100644 --- a/course/tests/behat/course_format.feature +++ b/course/tests/behat/course_format.feature @@ -11,8 +11,8 @@ Feature: Teacher can change the course format | teacher1 | Teacher | 1 | teacher1@example.com | # Course format is initially set to Topics format And the following "courses" exist: - | fullname | shortname | format | - | Course 1 | C1 | topics | + | fullname | shortname | format | startdate | + | Course 1 | C1 | topics | ## 1 day ago ## | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher |