From 55a3906f4c74c850c8eaf7fe4ed9523d8069230d Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sun, 30 Aug 2026 15:31:13 -0400 Subject: [PATCH] Step past the restored Unlock entry to reach Menu Bar in the menu test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Style submenu grew its Unlock entry back (d411c90a) the same day the menu acceptance test was written, so the blind Down-key walk landed on Font and picked a font instead of opening the Menu Bar submenu — the bar position assertion then timed out on every run. --- test/acceptance.d/menu-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance.d/menu-test.sh b/test/acceptance.d/menu-test.sh index 39f20d67..500dc1e4 100644 --- a/test/acceptance.d/menu-test.sh +++ b/test/acceptance.d/menu-test.sh @@ -75,7 +75,7 @@ wtype -k Return wait_until "style submenu is visible" 15 screen_contains "Theme" screenshot "success-menu-03-style-submenu" -wtype -k Down -k Down -k Down -k Return +wtype -k Down -k Down -k Down -k Down -k Return sleep 1 screenshot "success-menu-04-menu-bar-submenu"