1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-11 17:34:23 +00:00

Fix the waiting.

This commit is contained in:
Lukas Ruzicka 2018-06-28 15:42:02 +02:00
parent 500835c492
commit 6b683362bd

View File

@ -20,8 +20,10 @@ sub run {
# this launches GNOME Software on GNOME, dunno for any other
# desktop yet
send_key 'alt-f1';
wait_still_screen 5;
menu_launch_type('update');
wait_still_screen 5;
# 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)
@ -38,7 +40,7 @@ sub run {
}
}
# 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;
assert_and_click 'desktop_package_tool_install', 300;