Merge branch 'MDL-38106-master' of git://github.com/danpoltawski/moodle

This commit is contained in:
Marina Glancy 2014-10-07 10:25:29 +08:00
commit 8dfd73e04a
12 changed files with 58 additions and 14 deletions

View file

@ -159,6 +159,7 @@ Feature: Verify that all form fields values can be get and set
And I add a "Lesson" to section "1"
And I set the following fields to these values:
| Name | Test lesson |
| Description | Test lesson description |
| available[enabled] | 1 |
And I set the field "deadline[enabled]" to "1"
# Checkbox (AJAX) - Checking "the field matches value" before saving.