mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-49412 groups: Fix behat failures
This commit is contained in:
parent
5c94d1ee39
commit
feaa97afac
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user