diff --git a/admin/tool/oauth2/tests/behat/email_verification.feature b/admin/tool/oauth2/tests/behat/email_verification.feature index fee1f02c973..40c82a728aa 100644 --- a/admin/tool/oauth2/tests/behat/email_verification.feature +++ b/admin/tool/oauth2/tests/behat/email_verification.feature @@ -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" diff --git a/question/format/gift/tests/behat/import_export.feature b/question/format/gift/tests/behat/import_export.feature index 735153795cc..629c94edb09 100644 --- a/question/format/gift/tests/behat/import_export.feature +++ b/question/format/gift/tests/behat/import_export.feature @@ -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."