From da60573291937fc671369103f5b214aeb11e704c Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 5 May 2017 00:14:31 +0200 Subject: [PATCH] MDL-58772 behat: change step to 3.2 and up alternative --- mod/feedback/tests/behat/anonymous.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/feedback/tests/behat/anonymous.feature b/mod/feedback/tests/behat/anonymous.feature index b6d69594f4a..849b9456504 100644 --- a/mod/feedback/tests/behat/anonymous.feature +++ b/mod/feedback/tests/behat/anonymous.feature @@ -249,7 +249,7 @@ Feature: Anonymous feedback When I log in as "teacher" And I follow "Course 1" And I follow "Course feedback" - And I click on "Edit settings" "link" in the "Administration" "block" + And I navigate to "Edit settings" in current page administration And I set the following fields to these values: | Allow multiple submissions | Yes | And I press "Save and display" @@ -271,7 +271,7 @@ Feature: Anonymous feedback And I log in as "teacher" And I follow "Course 1" And I follow "Course feedback" - And I click on "Edit settings" "link" in the "Administration" "block" + And I navigate to "Edit settings" in current page administration And I set the following fields to these values: | Record user names | User's name will be logged and shown with answers | And I press "Save and display"