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:
Eloy Lafuente (stronk7) 2018-04-10 23:24:17 +02:00
parent 2f27dca60d
commit 66434106ed
2 changed files with 7 additions and 7 deletions

View File

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

View File

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