diff --git a/CHANGES.md b/CHANGES.md index d7fcb84ca8fe8ac345ada372a8be86bdd5d02806..47c152276c7a833a1f7d51bde192e732808c169d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2020-06-05 - Fixing broken behat step. * 2020-06-04 - Adjusted columns2.mustache template due to upstream changes in theme Boost. * 2020-06-04 - Making Travis happy again. diff --git a/tests/behat/theme_boost_campus_course_layout_settings.feature b/tests/behat/theme_boost_campus_course_layout_settings.feature index d293b4a22969e9ac85f828caf38dfb892ed23127..cf169e954d6a041917ed50f11dd64d836c2cf9f1 100644 --- a/tests/behat/theme_boost_campus_course_layout_settings.feature +++ b/tests/behat/theme_boost_campus_course_layout_settings.feature @@ -153,19 +153,19 @@ Feature: Configuring the theme_boost_campus plugin for the "Course Layout settin And I should see "Course administration" in the "#boost-campus-course-settings" "css_element" And I should see "Backup" in the "#course-settings-courseadmin" "css_element" And I should see "Users" in the "#boost-campus-course-settings" "css_element" - When I click on "Users" "link" + When I click on "Users" "link" in the "#boost-campus-course-settings" "css_element" Then "#course-settings-users" "css_element" should be visible And I should see "Enrolment methods" in the "#course-settings-users" "css_element" And I should see "Reports" in the "#boost-campus-course-settings" "css_element" - When I click on "Reports" "link" + When I click on "Reports" "link" in the "#boost-campus-course-settings" "css_element" Then "#course-settings-coursereports" "css_element" should be visible And I should see "Activity report" in the "#course-settings-coursereports" "css_element" And I should see "Badges" in the "#boost-campus-course-settings" "css_element" - When I click on "Badges" "link" + When I click on "Badges" "link" in the "#boost-campus-course-settings" "css_element" Then "#course-settings-coursebadges" "css_element" should be visible And I should see "Manage badges" in the "#course-settings-coursebadges" "css_element" And I should see "Question bank" in the "#boost-campus-course-settings" "css_element" - When I click on "Question bank" "link" + When I click on "Question bank" "link" in the "#boost-campus-course-settings" "css_element" Then "#course-settings-questionbank" "css_element" should be visible And I should see "Questions" in the "#course-settings-questionbank" "css_element"