MDL-52018 lang: Fix behat tests to use the new strings

This commit is contained in:
David Mudrák 2015-11-02 22:30:46 +01:00
parent da6ecfd8c1
commit e8b75e6292
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"