1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-04 09:47:56 -07:00
parent 1f8b56e068
commit be39c0e3a1

View File

@ -18,6 +18,8 @@ sub run {
# run the updater # run the updater
if ($desktop eq 'kde') { if ($desktop eq 'kde') {
menu_launch_type('discover'); menu_launch_type('discover');
# maximize it to make sure we see the Updates entry
send_key "super-pgup";
} }
else { else {
# this launches GNOME Software on GNOME, dunno for any other # this launches GNOME Software on GNOME, dunno for any other