MDL-44590 course: fix deprecated behat step use
authorDan Poltawski <dan@moodle.com>
Wed, 2 Apr 2014 07:57:48 +0000 (15:57 +0800)
committerDan Poltawski <dan@moodle.com>
Wed, 2 Apr 2014 07:58:29 +0000 (15:58 +0800)
course/tests/behat/category_management.feature

index 764794a..63e00d4 100644 (file)
@@ -334,7 +334,7 @@ Feature: Test category management actions
     And the "resortcoursesby" "select" should be disabled
 
   Scenario: Test that is not possible to create a course category with a duplicate idnumber
-    Given the following "categories" exists:
+    Given the following "categories" exist:
       | name | category | idnumber |
       | Cat 1 | 0 | CAT1 |
     And I log in as "admin"