diff --git a/blocks/activity_modules/tests/behat/block_activity_modules.feature b/blocks/activity_modules/tests/behat/block_activity_modules.feature index 5ee0f1981b6..620107834c4 100644 --- a/blocks/activity_modules/tests/behat/block_activity_modules.feature +++ b/blocks/activity_modules/tests/behat/block_activity_modules.feature @@ -60,7 +60,7 @@ Feature: Block activity modules And I click on "Forums" "link" in the "Activities" "block" And I should see "Frontpage forum name" And I am on homepage - And I click on "External Tools" "link" in the "Activities" "block" + And I click on "External tools" "link" in the "Activities" "block" And I should see "Frontpage lti name" And I am on homepage And I click on "Quizzes" "link" in the "Activities" "block" @@ -143,7 +143,7 @@ Feature: Block activity modules And I click on "Forums" "link" in the "Activities" "block" And I should see "Test forum name" And I follow "Course 1" - And I click on "External Tools" "link" in the "Activities" "block" + And I click on "External tools" "link" in the "Activities" "block" And I should see "Test lti name" And I follow "Course 1" And I click on "Quizzes" "link" in the "Activities" "block" diff --git a/mod/choice/tests/behat/publish_results_anonymously.feature b/mod/choice/tests/behat/publish_results_anonymously.feature index 7d1cc335798..5dcfc7ebccc 100644 --- a/mod/choice/tests/behat/publish_results_anonymously.feature +++ b/mod/choice/tests/behat/publish_results_anonymously.feature @@ -40,7 +40,7 @@ Feature: A teacher can choose whether to publish choice activity results anonymo And I follow "Course 1" And I follow "Choice 1" Then I should not see "Student 1" - And I should not see "User choose this option" + And I should not see "Users who chose this option" And I hover ".results .graph img" "css_element" @javascript @@ -61,4 +61,4 @@ Feature: A teacher can choose whether to publish choice activity results anonymo And I follow "Course 1" And I follow "Choice 1" Then I should see "Student 1" - And I should see "User choose this option" + And I should see "Users who chose this option"