mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-52018 lang: Fix behat tests to use the new strings
This commit is contained in:
parent
da6ecfd8c1
commit
e8b75e6292
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user