mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
Add a wait_still_screen to update_graphical for an animation
GNOME Software seems to be doing some kind of animation between the third party dialog and the main UI, and we're clicking on a banner instead of the update button. Try a wait_still_screen to deal with this. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2148674ed4
commit
375250000f
@ -52,6 +52,8 @@ sub run {
|
|||||||
mouse_set 10, 10;
|
mouse_set 10, 10;
|
||||||
mouse_hide;
|
mouse_hide;
|
||||||
}
|
}
|
||||||
|
# wait out a possible animation
|
||||||
|
wait_still_screen 5;
|
||||||
assert_and_click 'desktop_package_tool_update';
|
assert_and_click 'desktop_package_tool_update';
|
||||||
# wait for things to settle if e.g. GNOME is refreshing
|
# wait for things to settle if e.g. GNOME is refreshing
|
||||||
wait_still_screen 5, 90;
|
wait_still_screen 5, 90;
|
||||||
|
Loading…
Reference in New Issue
Block a user