File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
77### Unreleased
88
9+ * 2025-10-21 - Tests: Some Behat tests for smart menus failed on 5.0, resolves #1074
910* 2025-10-15 - Make codechecker happy again
1011* 2025-10-15 - Tests: Switch Github actions workflows to reusable workflows by Moodle an Hochschulen e.V.
1112* 2025-10-20 - Tests: Add tests for Boost Union features which might but must not affect other active themes, resolves #761
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ Feature: Configuring the theme_boost_union plugin on the "Smart menus" page, app
240240 And ".primary-navigation .dropdownmoremenu" "css_element" <moreshouldornotlarge> be visible
241241 # Make the screen smaller and test the "More" behaviour in the navbar
242242 # This screen size should be 'tablet', but due to MDL-81892, we have to test on a larger screen.
243- And I change viewport size to "880x1024 "
243+ And I change viewport size to "820x1024 "
244244 Then I <menu1shouldornottablet> see smart menu "Quick links 01" in location "Main"
245245 And I <menu2shouldornottablet> see smart menu "Quick links 02" in location "Main"
246246 And I <menu3shouldornottablet> see smart menu "Quick links 03" in location "Main"
@@ -295,7 +295,7 @@ Feature: Configuring the theme_boost_union plugin on the "Smart menus" page, app
295295 And I follow "Dashboard"
296296 # Make the screen smaller and test the "More" behaviour in the navbar
297297 # This screen size should be 'tablet', but due to MDL-81892, we have to test on a larger screen.
298- And I change viewport size to "880x1024 "
298+ And I change viewport size to "820x1024 "
299299 And I click on "More" "link" in the ".primary-navigation" "css_element"
300300 Then I should see smart menu "Quick links 01" in location "Main"
301301 And I should see smart menu "Quick links 02" in location "Main"
You can’t perform that action at this time.
0 commit comments