diff --git a/course/tests/behat/category_management.feature b/course/tests/behat/category_management.feature index 764794a2bfe..63e00d42c8c 100644 --- a/course/tests/behat/category_management.feature +++ b/course/tests/behat/category_management.feature @@ -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"