mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-13 18:24:24 +00:00
Fix the waiting.
This commit is contained in:
parent
500835c492
commit
6b683362bd
@ -20,8 +20,10 @@ sub run {
|
|||||||
|
|
||||||
# this launches GNOME Software on GNOME, dunno for any other
|
# this launches GNOME Software on GNOME, dunno for any other
|
||||||
# desktop yet
|
# desktop yet
|
||||||
|
send_key 'alt-f1';
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
menu_launch_type('update');
|
menu_launch_type('update');
|
||||||
|
wait_still_screen 5;
|
||||||
|
|
||||||
# GNOME Software has a welcome screen, get rid of it if it shows
|
# GNOME Software has a welcome screen, get rid of it if it shows
|
||||||
# up (but don't fail if it doesn't, we're not testing that)
|
# up (but don't fail if it doesn't, we're not testing that)
|
||||||
@ -38,7 +40,7 @@ sub run {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
# a banner informs about new version, download it
|
# a banner informs about new version, download it
|
||||||
assert_and_click 'desktop_package_tool_download', 60;
|
assert_and_click 'desktop_package_tool_download', 300;
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
assert_and_click 'desktop_package_tool_install', 300;
|
assert_and_click 'desktop_package_tool_install', 300;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user