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

Wait for Discover to run before maximizing it

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-04 10:07:13 -07:00
parent 0d71fd8554
commit cf969061ce

View File

@ -18,7 +18,10 @@ 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 # Wait for it to run and maximize it to make sure we see the
# Updates entry
assert_screen('discover_runs');
wait_still_screen 2;
send_key "super-pgup"; send_key "super-pgup";
} }
else { else {