diff --git a/admin/tool/langimport/tests/behat/manage_langpacks.feature b/admin/tool/langimport/tests/behat/manage_langpacks.feature index 757d46e9c1d..4d518de55e9 100644 --- a/admin/tool/langimport/tests/behat/manage_langpacks.feature +++ b/admin/tool/langimport/tests/behat/manage_langpacks.feature @@ -53,7 +53,7 @@ Feature: Manage language packs And I navigate to "Language packs" node in "Site administration > Language" When I set the field "Installed language packs" to "English (en)" And I press "Uninstall selected language pack(s)" - Then I should see "English language pack can not be uninstalled" + Then I should see "The English language pack cannot be uninstalled." And I navigate to "Live logs" node in "Site administration > Reports" And I should not see "Language pack uninstalled" And I log out diff --git a/enrol/self/tests/behat/self_enrolment.feature b/enrol/self/tests/behat/self_enrolment.feature index 74a4793f548..c60f0ed7408 100644 --- a/enrol/self/tests/behat/self_enrolment.feature +++ b/enrol/self/tests/behat/self_enrolment.feature @@ -27,7 +27,7 @@ Feature: Users can auto-enrol themself in courses where self enrolment is allowe And I log out When I follow "Course 1" And I press "Log in as a guest" - Then I should see "Guests can not access this course, please try to log in." + Then I should see "Guests cannot access this course. Please log in." And I press "Continue" And I should see "Log in" diff --git a/question/type/ddmarker/tests/behat/add.feature b/question/type/ddmarker/tests/behat/add.feature index 60a3337b698..00b1fd8e66d 100644 --- a/question/type/ddmarker/tests/behat/add.feature +++ b/question/type/ddmarker/tests/behat/add.feature @@ -51,7 +51,7 @@ Feature: Test creating a drag and drop markers question # Try to submit without setting the last marker. And I press "id_submitbutton" - Then I should see "You have specified a drop zone but not chosen a marker that must be dragged to the zone" + Then I should see "You have specified a drop zone but not chosen a marker that must be dragged to the zone." # Set the last marker and submit again. And I set the field "id_drops_3_choice" to "2"