From be39c0e3a1044fc08438ec95e4fca0ddef79fcac Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 4 Jul 2022 09:47:56 -0700 Subject: [PATCH] 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 --- tests/desktop_update_graphical.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index 8deb495b..44841318 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