mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Bump the wait after hitting the Refresh button
Agh, GNOME's UI is *not* helpful here at all. The Apply button remains visible for a long time after you hit Refresh. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b17fd9c3fe
commit
4dab8520b0
@ -59,8 +59,8 @@ sub run {
|
|||||||
wait_still_screen 5, 90;
|
wait_still_screen 5, 90;
|
||||||
# we always want to refresh to make sure we get the prepared update
|
# we always want to refresh to make sure we get the prepared update
|
||||||
assert_and_click 'desktop_package_tool_update_refresh', timeout=>120;
|
assert_and_click 'desktop_package_tool_update_refresh', timeout=>120;
|
||||||
# wait a bit to make sure the UI clears to a 'refreshing' state
|
# wait a while to make sure the UI clears to a 'refreshing' state
|
||||||
sleep 5;
|
sleep 20;
|
||||||
my $tags = ['desktop_package_tool_update_download', 'desktop_package_tool_update_apply'];
|
my $tags = ['desktop_package_tool_update_download', 'desktop_package_tool_update_apply'];
|
||||||
# Apply updates, moving the mouse every two minutes to avoid the
|
# Apply updates, moving the mouse every two minutes to avoid the
|
||||||
# idle screen blank kicking in. Depending on whether this is KDE
|
# idle screen blank kicking in. Depending on whether this is KDE
|
||||||
|
Loading…
Reference in New Issue
Block a user