Merge branch 'MDL-64573-master' of git://github.com/damyon/moodle

This commit is contained in:
Jun Pataleta
2019-04-26 10:59:30 +08:00
+3 -6
View File
@@ -169,14 +169,11 @@ Feature: Perform basic calendar functionality
And I follow "This month"
And I click on "New event" "button"
When I click on "Save" "button"
Then I should see "Required"
Then I should see "Required" in the "Event title" "form_row"
And I am on homepage
And I follow "This month"
And I click on "New event" "button"
And I set the field "Event title" to "Really awesome event!"
And I set the field "Type of event" to "Course"
When I click on "Save" "button"
Then I should see "Required"
And I should see "Select a course"
And I set the field "Event title" to "Really awesome event!"
When I click on "Save" "button"
Then I should see "Select a course"
And I should see "Select a course" in the "Course" "form_row"