MDL-74330 lang: Replace modified strings in tests

This commit is contained in:
Víctor Déniz
2022-04-04 10:29:40 +01:00
parent a6773e6664
commit f8a83d8a67
2 changed files with 4 additions and 4 deletions
@@ -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."