Skip to content

Commit

Permalink
Test: Fix broken Behat scenario 'Suppress 'Chat to course participant…
Browse files Browse the repository at this point in the history
…s' link', resolves moodle-an-hochschulen#696
  • Loading branch information
abias committed Jul 24, 2024
1 parent 486c78b commit a379642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-07-24 - Test: Fix broken Behat scenario 'Suppress 'Chat to course participants' link', resolves #696
* 2024-07-23 - Bugfix: Fix unparsable example JSON in Mustache template

### v4.4-r1
Expand Down
4 changes: 2 additions & 2 deletions tests/behat/theme_boost_union_contentsettings_footer.feature
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Feature: Configuring the theme_boost_union plugin for the "Footer" tab on the "C
And I navigate to "Communication" in current page administration
And I select "Custom link" from the "Provider" singleselect
And I set the following fields to these values:
| communicationroomname | Test URL |
| customlinkurl | #wwwroot#/communication/provider/customlink/tests/behat/fixtures/custom_link_test_page.php |
| Room name | Test URL |
| Custom link URL | #wwwroot#/communication/provider/customlink/tests/behat/fixtures/custom_link_test_page.php |
And I press "Save changes"
When I am on "Course 1" course homepage
And I click on ".btn-footer-popover" "css_element" in the "#page-footer" "css_element"
Expand Down

0 comments on commit a379642

Please sign in to comment.