From 186747fd750b613d17ab6f056fe8b242dda369a2 Mon Sep 17 00:00:00 2001 From: Dave Cooper Date: Tue, 5 May 2015 17:28:28 +0800 Subject: [PATCH] MDL-49845 core_user: Fix behat failures --- user/tests/behat/user_grade_navigation.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/tests/behat/user_grade_navigation.feature b/user/tests/behat/user_grade_navigation.feature index 10a0440d351..28d28bb13a5 100644 --- a/user/tests/behat/user_grade_navigation.feature +++ b/user/tests/behat/user_grade_navigation.feature @@ -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 (parent1@example.com)')]" "xpath_element"