MDL-49513 behat: Updated step name to match new step
authorRajesh Taneja <rajesh@moodle.com>
Thu, 2 Apr 2015 01:05:17 +0000 (09:05 +0800)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 2 Apr 2015 09:08:21 +0000 (11:08 +0200)
admin/tool/behat/tests/behat/data_generators.feature
blocks/navigation/tests/behat/expand_courses_node.feature
grade/tests/behat/grade_aggregation.feature
grade/tests/behat/grade_scales_aggregation.feature
message/tests/behat/send_message.feature
mod/feedback/tests/behat/show_nonrespondents.feature
mod/lesson/tests/behat/completion_condition_end_reached.feature
mod/lesson/tests/behat/completion_condition_time_spent.feature
mod/quiz/tests/behat/completion_condition_attempts_used.feature
mod/quiz/tests/behat/completion_condition_passing_grade.feature

index 63ffdbc..7b05caf 100644 (file)
@@ -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"
index 9700e1b..c424b77 100644 (file)
@@ -34,7 +34,7 @@ Feature: Expand the courses nodes within the navigation block
       | student1 | c1     | student |
       | student1 | c2     | student |
       | student1 | c4     | student |
-    And the following config settings values are set as admin:
+    And the following config values are set as admin:
       | navshowallcourses | 1 |
     And I log in as "admin"
     And I follow "Course 2"
index 61dc0f2..c91ac95 100644 (file)
@@ -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                                     |
index 5e3eaae..8ccc790 100644 (file)
@@ -32,7 +32,7 @@ Feature: Control the aggregation of the scales
     And the following "grade items" exist:
       | itemname | course | scale       |
       | Scale me | C1     | Letterscale |
-    And the following config settings values are set as admin:
+    And the following config values are set as admin:
       | grade_includescalesinaggregation | 0 |
     And I log out
 
@@ -98,7 +98,7 @@ Feature: Control the aggregation of the scales
     And I follow "Show more..."
     And I should not see "Weight adjusted"
     And I should not see "Weight"
-    And the following config settings values are set as admin:
+    And the following config values are set as admin:
       | grade_includescalesinaggregation | 1 |
     And I follow "Course 1"
     And I follow "Grades"
index 6121834..099c62d 100644 (file)
@@ -12,7 +12,7 @@ Feature: Users can send messages to each other
 
   @javascript
   Scenario: Using the 'Send message' dialog on one's profile
-    Given the following config settings values are set as admin:
+    Given the following config values are set as admin:
       | forceloginforprofiles | 0 |
     And I log in as "user1"
     And I navigate to "Messages" node in "My profile"
index 82eff46..30bfc6e 100644 (file)
@@ -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"
index 32cd09f..a713e8f 100644 (file)
@@ -17,7 +17,7 @@ Feature: Set end of lesson reached as a completion condition for a lesson
       | user | course | role |
       | teacher1 | C1 | editingteacher |
       | student1 | C1 | student |
-    And the following config settings values are set as admin:
+    And the following config values are set as admin:
       | enablecompletion | 1 |
     And I log in as "teacher1"
     And I follow "Course 1"
index e7f239f..aeddb0d 100644 (file)
@@ -17,7 +17,7 @@ Feature: Set time spent as a completion condition for a lesson
       | user | course | role |
       | teacher1 | C1 | editingteacher |
       | student1 | C1 | student |
-    And the following config settings values are set as admin:
+    And the following config values are set as admin:
       | enablecompletion | 1 |
     And I log in as "teacher1"
     And I follow "Course 1"
index abcd188..f0912a3 100644 (file)
@@ -16,7 +16,7 @@ Feature: Set a quiz to be marked complete when the student uses all attempts all
       | user | course | role |
       | teacher1 | C1 | editingteacher |
       | student1 | C1 | student |
-    And the following config settings values are set as admin:
+    And the following config values are set as admin:
      | enablecompletion | 1 |
     And I log in as "admin"
     And I navigate to "Grade item settings" node in "Site administration > Grades"
index b16bc85..b0cfadb 100644 (file)
@@ -16,7 +16,7 @@ Feature: Set a quiz to be marked complete when the student passes
       | user | course | role |
       | teacher1 | C1 | editingteacher |
       | student1 | C1 | student |
-    And the following config settings values are set as admin:
+    And the following config values are set as admin:
      | enablecompletion | 1 |
     And I log in as "admin"
     And I navigate to "Grade item settings" node in "Site administration > Grades"