This commit is contained in:
Sam Hemelryk 2014-05-29 14:27:56 +12:00
commit f65427b660
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ Feature: display_availability
And I click on "User profile" "button" in the "Add restriction..." "dialogue"
And I set the field "User profile field" to "Email address"
And I set the field "Value to compare against" to "email@example.org"
And I set the field "Method of comparison" to "is equal to"
And I press "Save and return to course"
# Add another Page with no restrictions.

View File

@ -8,6 +8,6 @@
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*",
"moodlehq/behat-extension": "1.27.9"
"moodlehq/behat-extension": "1.28.3"
}
}