forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-56614 behat: navigate without navigation and admin blocks
- Loading branch information
1 parent
50bd633
commit e5287f9
Showing
169 changed files
with
585 additions
and
656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Feature: An administrator can filter user accounts by role, cohort and other pro | |
And I log in as "admin" | ||
And I add "User Two ([email protected])" user to "CH1" cohort members | ||
And I add "User Three ([email protected])" user to "CH1" cohort members | ||
And I follow "Browse list of users" | ||
And I navigate to "Users > Accounts > Browse list of users" in site administration | ||
|
||
Scenario: Filter user accounts by role and cohort | ||
When I set the following fields to these values: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,13 @@ Feature: Upload users | |
And I should see "Section 1" | ||
And I press "Upload users" | ||
And I press "Continue" | ||
And I follow "Browse list of users" | ||
And I navigate to "Users > Accounts > Browse list of users" in site administration | ||
And I should see "Tom Jones" | ||
And I should see "Trent Reznor" | ||
And I should see "[email protected]" | ||
And I am on site homepage | ||
And I follow "Maths" | ||
And I expand "Users" node | ||
And I follow "Groups" | ||
And I navigate to "Users > Groups" in current page administration | ||
And I set the field "groups" to "Section 1 (1)" | ||
And the "members" select box should contain "Tom Jones" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.