mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-50033 lang: Update Behat scenarios to use the new strings
This commit is contained in:
parent
0634dc3b76
commit
3759e7ae96
3 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ Feature: Deleting users
|
|||
And I press "Add to selection"
|
||||
And I set the field "id_action" to "Delete"
|
||||
And I press "Go"
|
||||
And I should see "Are you absolutely sure you want to completely delete User Four ?"
|
||||
And I should see "Are you absolutely sure you want to completely delete the user User Four, including their enrolments, activity and other user data?"
|
||||
And I press "Yes"
|
||||
And I should see "Changes saved"
|
||||
And I press "Continue"
|
||||
|
@ -38,7 +38,7 @@ Feature: Deleting users
|
|||
And I press "Add to selection"
|
||||
And I set the field "id_action" to "Delete"
|
||||
And I press "Go"
|
||||
And I should see "Are you absolutely sure you want to completely delete User Four, User Three ?"
|
||||
And I should see "Are you absolutely sure you want to completely delete the user User Four, User Three, including their enrolments, activity and other user data?"
|
||||
And I press "Yes"
|
||||
And I should see "Changes saved"
|
||||
And I press "Continue"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue