From be39c0e3a1044fc08438ec95e4fca0ddef79fcac Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jul 04 2022 16:47:56 +0000 Subject: desktop_update_graphical: maximize Discover on launch If there are too many categories, we don't see the Updates entry on the left, and this has been breaking Rawhide and F36 tests. Signed-off-by: Adam Williamson --- diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index 8deb495..4484131 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -18,6 +18,8 @@ sub run { # run the updater if ($desktop eq 'kde') { menu_launch_type('discover'); + # maximize it to make sure we see the Updates entry + send_key "super-pgup"; } else { # this launches GNOME Software on GNOME, dunno for any other