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-49845 core_user: Fix behat failures
- Loading branch information
Dave Cooper
committed
May 5, 2015
1 parent
8b3ba5b
commit 186747f
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ Feature: The student can navigate to their grades page and user grade report. | |
And I click on "Create this role" "button" | ||
And I navigate to "Browse list of users" node in "Site administration > Users > Accounts" | ||
And I follow "Student 1" | ||
And I follow "Student 1's preferences" | ||
And I click on "Preferences" "link" in the ".profile_tree" "css_element" | ||
And I follow "Assign roles relative to this user" | ||
And I follow "Parent" | ||
And I click on "//select[@id='addselect']/descendant::option[contains(., 'Parent 1 ([email protected])')]" "xpath_element" | ||
|