Step past the restored Unlock entry to reach Menu Bar in the menu test

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.
This commit is contained in:
Ryan Hughes
2026-08-30 15:31:13 -04:00
parent a24064c720
commit 55a3906f4c
+1 -1
View File
@@ -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"