From d21f9cc2ddd0475c43d4091198dfdd74e2e2982f Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Thu, 2 Apr 2015 09:08:18 +0800 Subject: [PATCH] MDL-49513 behat: Updated step name to match new step --- admin/tool/behat/tests/behat/data_generators.feature | 4 ++-- grade/tests/behat/grade_aggregation.feature | 4 ++-- mod/feedback/tests/behat/show_nonrespondents.feature | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/tool/behat/tests/behat/data_generators.feature b/admin/tool/behat/tests/behat/data_generators.feature index 63ffdbc15d4..7b05cafd512 100644 --- a/admin/tool/behat/tests/behat/data_generators.feature +++ b/admin/tool/behat/tests/behat/data_generators.feature @@ -385,7 +385,7 @@ Feature: Set up contextual data for tests And the following "grade outcomes" exist: | fullname | shortname | course | scale | | Grade outcome 2 | OT2 | C1 | Test Scale 1 | - And the following config settings values are set as admin: + And the following config values are set as admin: | enableoutcomes | 1 | When I log in as "admin" And I follow "Home" @@ -414,7 +414,7 @@ Feature: Set up contextual data for tests And the following "grade items" exist: | itemname | course | outcome | gradecategory | | Test Outcome Grade Item 1 | C1 | OT1 | Grade category 1 | - And the following config settings values are set as admin: + And the following config values are set as admin: | enableoutcomes | 1 | When I log in as "admin" And I follow "Home" diff --git a/grade/tests/behat/grade_aggregation.feature b/grade/tests/behat/grade_aggregation.feature index 61dc0f2e143..c91ac952512 100644 --- a/grade/tests/behat/grade_aggregation.feature +++ b/grade/tests/behat/grade_aggregation.feature @@ -248,7 +248,7 @@ Feature: We can use calculated grade totals @javascript Scenario: Natural aggregation on outcome items with natural weights - And the following config settings values are set as admin: + And the following config values are set as admin: | enableoutcomes | 1 | And the following "scales" exist: | name | scale | @@ -314,7 +314,7 @@ Feature: We can use calculated grade totals @javascript Scenario: Natural aggregation on outcome items with modified weights - And the following config settings values are set as admin: + And the following config values are set as admin: | enableoutcomes | 1 | And the following "scales" exist: | name | scale | diff --git a/mod/feedback/tests/behat/show_nonrespondents.feature b/mod/feedback/tests/behat/show_nonrespondents.feature index 82eff464807..30bfc6e62db 100644 --- a/mod/feedback/tests/behat/show_nonrespondents.feature +++ b/mod/feedback/tests/behat/show_nonrespondents.feature @@ -33,7 +33,7 @@ Feature: Show users who have not responded to the feedback survey And the following "grouping groups" exist: | grouping | group | | GXI1 | GI1 | - And the following config settings values are set as admin: + And the following config values are set as admin: | enableavailability | 1 | And I log in as "admin" And I navigate to "Manage activities" node in "Site administration > Plugins > Activity modules"