Skip to content

Commit

Permalink
Tests: Try to fix Behat error 'Warning: Undefined array key 1' on Moo…
Browse files Browse the repository at this point in the history
…dle 4.5, resolves #734. (#745)
  • Loading branch information
abias committed Oct 25, 2024
1 parent 16bdc2a commit b8080d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ moodle-theme_boost_union
Changes
-------

### Unreleased

* 2024-10-24 - Tests: Try to fix Behat error 'Warning: Undefined array key 1' on Moodle 4.5, resolves #734.

### v4.5-r1

* 2024-10-15 - Upgrade: Update FontAwesome icon mappings for handling external links.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ Feature: Configuring the theme_boost_union plugin for the "Information banners"
And I log out
When I log in as "admin"
And Behat debugging is disabled
# Navigating to the content settings may fail with an initialization error of the core_sms\manager for unknown reasons.
# Purging the caches before navigating to the content area fixed the Behat failure for the same unknown reasons.
# We accept this fix as the error seems not to happen in production.
# See https://github.com/moodle-an-hochschulen/moodle-theme_boost_union/issues/734 for details
And all caches are purged
And I navigate to "Appearance > Boost Union > Content" in site administration
And I click on "Info banner" "link" in the "#adminsettings .nav-tabs" "css_element"
And I click on "Reset visibility of info banner 1" "link"
Expand Down

0 comments on commit b8080d7

Please sign in to comment.