From 632fd41b064dfe70c1292100ee37f3e0cbe3c609 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 7 Sep 2020 13:30:04 +1200 Subject: [PATCH] Fix up behat test after lang string changes. --- tests/behat/attendance_mod.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/attendance_mod.feature b/tests/behat/attendance_mod.feature index 894287f..276593c 100644 --- a/tests/behat/attendance_mod.feature +++ b/tests/behat/attendance_mod.feature @@ -130,7 +130,7 @@ Feature: Teachers and Students can record session attendance And I click on "Save changes" "button" And I navigate to "Plugins > Activity modules > Attendance" in site administration - And the "Default export fields" select box should contain "Super field" + And the "Export custom user profile fields" select box should contain "Super field" Scenario: Test adding custom user profile # Add custom field. @@ -143,7 +143,7 @@ Feature: Teachers and Students can record session attendance And I click on "Save changes" "button" And the following config values are set as admin: - | defaultexportfields | superfield | attendance | + | customexportfields | superfield | attendance | And I log out And I log in as "teacher1"