From 28fcc33944ca681b8b12e67d085738c15de6e576 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 13 Jul 2017 02:27:09 +0200 Subject: [PATCH] MDL-59437 behat: old "edit" cog to go to enrollments page is gone There use to be a little cot to easily navigate from the participations page to the enrollments page. In boost it was already hidden, but present and the test was still working (non-javascript). With the conversion, the functionality is 100% gone so, right now, the only way to navigate from participats to enrollments (that will dissappear with with unification), is using the course admin cog. --- .../tests/behat/manage_enrolments_from_participants.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/enrol/tests/behat/manage_enrolments_from_participants.feature b/enrol/tests/behat/manage_enrolments_from_participants.feature index e2e77451afd..3c0cb0fccec 100644 --- a/enrol/tests/behat/manage_enrolments_from_participants.feature +++ b/enrol/tests/behat/manage_enrolments_from_participants.feature @@ -24,12 +24,12 @@ Feature: Manage enrollments from participants page Scenario: Check the participants link when "All partipants" selected Given I select "All participants" from the "roleid" singleselect - When I click on "Edit" "link" in the "region-main" "region" + And I navigate to "Enrolled users" node in "Course administration > Users" Then I should see "Enrolled users" in the "h2" "css_element" And the field "Role" matches value "All" Scenario: Check the participants link when "Student" selected Given I select "Student" from the "roleid" singleselect - When I click on "Edit" "link" in the "region-main" "region" + And I navigate to "Enrolled users" node in "Course administration > Users" Then I should see "Enrolled users" in the "h2" "css_element" - And the field "Role" matches value "Student" + And the field "Role" matches value "All" -- 2.43.0