From aeef022c1cbf05b959e273208e6a284c1caef5bb Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 9 Mar 2023 21:59:29 +0800 Subject: [PATCH] MDL-77037 core_course: Coding style fix in Behat feature --- course/format/tests/behat/courseindex_language.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/tests/behat/courseindex_language.feature b/course/format/tests/behat/courseindex_language.feature index 1f8af0ef955..3a9ce8c60b2 100644 --- a/course/format/tests/behat/courseindex_language.feature +++ b/course/format/tests/behat/courseindex_language.feature @@ -5,7 +5,7 @@ Feature: The course index language should change according to user preferences. Background: Given remote langimport tests are enabled - Given the following "users" exist: + And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@example.com | | student1 | Student | 1 | student1@example.com |