From b4ccb1385572c56a41ef65c702a247ba9dd87f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Mon, 2 Nov 2015 22:52:20 +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 18379c79d5b..db826b0bcf0 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"