mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-60548 test: Change modified lang string to get tests back to pass
Also modified a template example use, so there aren't courrencies of the old string in codebase.
This commit is contained in:
parent
2f27dca60d
commit
66434106ed
@ -40,14 +40,14 @@ Feature: Check that settings are adhered to when creating an enrolment plugin
|
||||
And the field "Timezone" matches value "Australia/Perth"
|
||||
And the field "Institution" matches value "Moodle Pty Ltd"
|
||||
And I set the following fields to these values:
|
||||
| Email display | Hide my email address from everyone |
|
||||
| City/town | Whistler |
|
||||
| Select a country | Canada |
|
||||
| Timezone | America/Vancouver |
|
||||
| Institution | Moodle Pty Ltd - remote |
|
||||
| Email display | Hide my email address from non-privileged users |
|
||||
| City/town | Whistler |
|
||||
| Select a country | Canada |
|
||||
| Timezone | America/Vancouver |
|
||||
| Institution | Moodle Pty Ltd - remote |
|
||||
And I press "Add method"
|
||||
And I click on "Edit" "link" in the "Publish as LTI tool" "table_row"
|
||||
And the field "Email display" matches value "Hide my email address from everyone"
|
||||
And the field "Email display" matches value "Hide my email address from non-privileged users"
|
||||
And the field "City/town" matches value "Whistler"
|
||||
And the field "Select a country" matches value "Canada"
|
||||
And the field "Timezone" matches value "America/Vancouver"
|
||||
|
@ -65,7 +65,7 @@
|
||||
"attributes": "",
|
||||
"options": [
|
||||
{
|
||||
"text": "Hide my email address from everyone",
|
||||
"text": "Hide my email address from non-privileged users",
|
||||
"value": 0,
|
||||
"selected": false,
|
||||
"disabled": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user