mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-40389' of git://github.com/stronk7/moodle
This commit is contained in:
commit
1e031a4616
1 changed files with 11 additions and 0 deletions
|
@ -30,6 +30,17 @@ Feature: Set up contextual data for tests
|
||||||
Then I should see "Course 1"
|
Then I should see "Course 1"
|
||||||
And I should see "Course 2"
|
And I should see "Course 2"
|
||||||
And I should see "Course 3"
|
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
|
@javascript
|
||||||
Scenario: Add a bunch of groups and groupings
|
Scenario: Add a bunch of groups and groupings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue