MDL-49412 groups: Fix behat failures

This commit is contained in:
Ankit Agarwal 2015-04-06 12:47:00 +05:30 committed by Adrian Greeve
parent 5c94d1ee39
commit feaa97afac
2 changed files with 3 additions and 1 deletions

View File

@ -96,6 +96,7 @@ Feature: Organize students into groups
| Course 1 | C1 | 0 | 1 |
| Course 2 | C2 | 0 | 1 |
And I log in as "admin"
And I am on site homepage
And I follow "Course 1"
And I expand "Users" node
And I follow "Groups"
@ -119,7 +120,7 @@ Feature: Organize students into groups
| Enrolment key | Abcdef-2 |
And I press "Save changes"
And the "groups" select box should contain "Group B (0)"
And I am on homepage
And I am on site homepage
And I follow "Course 2"
And I expand "Users" node
And I follow "Groups"

View File

@ -80,6 +80,7 @@ Feature: Importing of groups and groupings
@javascript
Scenario: Import groups with idnumber when the user does not have proper permissions for the idnumber field
Given I log in as "admin"
And I am on site homepage
And I follow "Course 1"
And I expand "Users" node
And I follow "Permissions"