Skip to content

Commit f6c7f6e

Browse files
authored
Merge pull request #1075 from moodle-an-hochschulen/issue-1074
Tests: Some Behat tests for smart menus failed on 5.0, resolves #1074
2 parents 3514c0a + 38c5c4b commit f6c7f6e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changes
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

tests/behat/theme_boost_union_smartmenusettings_menus_presentation.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)