From 2b459a6e97ee4e655f684e55a8451ec18ecd762c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Mon, 2 Nov 2015 22:42:27 +0100 Subject: [PATCH] MDL-52018 lang: Fix behat test to use the new string --- enrol/self/tests/behat/self_enrolment.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"