mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Wait for Discover to run before maximizing it
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0d71fd8554
commit
cf969061ce
@ -18,7 +18,10 @@ sub run {
|
||||
# run the updater
|
||||
if ($desktop eq 'kde') {
|
||||
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";
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user