Merge branch 'MDL-40389' of git://github.com/stronk7/moodle

This commit is contained in:
Dan Poltawski 2013-07-02 15:52:58 +08:00
commit 1e031a4616

View file

@ -30,6 +30,17 @@ Feature: Set up contextual data for tests
Then I should see "Course 1"
And I should see "Course 2"
And I should see "Course 3"
When I go to the courses management page
And I follow "Cat 1"
Then I should see "Cat 2"
And I should see "Cat 3"
When I follow "Cat 3"
Then I should see "Course 1"
And I should see "Course 2"
When I select "Cat 2" from "Course categories:"
Then I should see "No courses in this category"
When I select "Miscellaneous" from "Course categories:"
Then I should see "Course 3"
@javascript
Scenario: Add a bunch of groups and groupings