From bfb43c64d80787374e24fd48a2d3ad82a9a7c0fd Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Thu, 8 Dec 2016 10:49:11 +0800 Subject: [PATCH] MDL-57216 navigation: Updated parent behat test. --- user/tests/behat/user_grade_navigation.feature | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/user/tests/behat/user_grade_navigation.feature b/user/tests/behat/user_grade_navigation.feature index a3f8bf46761..78ca61543d8 100644 --- a/user/tests/behat/user_grade_navigation.feature +++ b/user/tests/behat/user_grade_navigation.feature @@ -66,12 +66,6 @@ Feature: The student can navigate to their grades page and user grade report. And I am on site homepage And I turn editing mode on And I add the "Mentees" block - # TODO MDL-57216 this functionality should work without navigation block. - And I add the "Navigation" block if not present - And I configure the "Navigation" block - And I set the following fields to these values: - | Page contexts | Display throughout the entire site | - And I press "Save changes" And I navigate to "Define roles" node in "Site administration > Users > Permissions" And I click on "Add a new role" "button" And I click on "Continue" "button" @@ -95,7 +89,7 @@ Feature: The student can navigate to their grades page and user grade report. And I log in as "parent1" And I am on site homepage And I follow "Student 1" - And I click on "Grades" "link" in the "Navigation" "block" + And I follow "Grades overview" Then the following should exist in the "overview-grade" table: | Course name | Grade | | Course 2 | - | -- 2.11.4.GIT