From e004de157c37a6d2a51c4bcdb540a104ec1a85a6 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 7 Aug 2017 10:49:07 +0800 Subject: [PATCH] MDL-59727 core_user: Fix Behat tests for bulk enrolment test --- user/tests/behat/bulk_editenrolment.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/tests/behat/bulk_editenrolment.feature b/user/tests/behat/bulk_editenrolment.feature index 7a85f723654..b69391e8e6a 100644 --- a/user/tests/behat/bulk_editenrolment.feature +++ b/user/tests/behat/bulk_editenrolment.feature @@ -23,7 +23,7 @@ Feature: Bulk enrolments Scenario: Bulk edit enrolments When I log in as "admin" And I am on "Course 1" course homepage - And I follow "Participants" + And I navigate to course participants And I press "Select all" And I set the field "With selected users..." to "Edit selected user enrolments" And I set the field "Alter status" to "Suspended" @@ -36,7 +36,7 @@ Feature: Bulk enrolments Scenario: Bulk delete enrolments When I log in as "admin" And I am on "Course 1" course homepage - And I follow "Participants" + And I navigate to course participants And I press "Select all" And I set the field "With selected users..." to "Delete selected user enrolments" And I press "Unenrol users" -- 2.43.0