Skip to content

Commit

Permalink
Upgrade: Fix a broken Behat test with the additional resources setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Oct 28, 2023
1 parent 04bf87f commit c7e3f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

* 2023-10-28 - Upgrade: Fix a broken Behat test with the additional resources setting.
* 2023-10-28 - Upgrade: Fix the back-to-top button which broke on Moodle 4.3, solves #419.
* 2023-10-27 - Upgrade: Fix a broken Behat test with modal confirm dialogues.
* 2023-10-27 - Upgrade: Get rid of deprecation warning in the additional resources setting, solves #425.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Feature: Configuring the theme_boost_union plugin for the "Resources" tab on the
Then I should see "Additional resources list"
And ".settings-additionalresources-filelist" "css_element" should exist
And ".settings-additionalresources-filelist .list-group-item .icon[title='Image (JPEG)']" "css_element" should exist
And ".settings-additionalresources-filelist .list-group-item .icon[src$='/f/jpeg-64']" "css_element" should exist
And ".settings-additionalresources-filelist .list-group-item .icon[src$='/f/image']" "css_element" should exist
And I should see "MIME type: image/jpeg" in the ".settings-additionalresources-filelist" "css_element"
And I should see "Size: 38.5" in the ".settings-additionalresources-filelist" "css_element"
And I should see "URL (persistent):" in the ".settings-additionalresources-filelist" "css_element"
Expand Down

0 comments on commit c7e3f90

Please sign in to comment.