MDL-74330 lang: Replace modified strings in tests
This commit is contained in:
@@ -16,10 +16,10 @@ Feature: OAuth2 email verification
|
||||
| Name | Testing service |
|
||||
| Client ID | thisistheclientid |
|
||||
| Client secret | supersecret |
|
||||
Then I should not see "I understand that disabling email verification can be a security issue"
|
||||
Then I should not see "I understand that disabling email verification can be a security issue."
|
||||
And I click on "Require email verification" "checkbox"
|
||||
And I should see "I understand that disabling email verification can be a security issue"
|
||||
And I click on "I understand that disabling email verification can be a security issue" "checkbox"
|
||||
And I should see "I understand that disabling email verification can be a security issue."
|
||||
And I click on "I understand that disabling email verification can be a security issue." "checkbox"
|
||||
And I press "Save changes"
|
||||
And I should see "Changes saved"
|
||||
And I click on "Edit" "link" in the "Testing service" "table_row"
|
||||
|
||||
@@ -53,4 +53,4 @@ Feature: Test importing questions from GIFT format.
|
||||
And I set the field "id_format_gift" to "1"
|
||||
And I upload "question/format/gift/tests/fixtures/questions_encoding_windows-1252.gift.txt" file to "Import" filemanager
|
||||
And I press "id_submitbutton"
|
||||
Then I should see "The file you selected is not in UFT-8 character encoding. GIFT format files must use UTF-8."
|
||||
Then I should see "The file you selected does not use UTF-8 character encoding. GIFT format files must use UTF-8."
|
||||
|
||||
Reference in New Issue
Block a user