1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 22:47:22 +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:
Adam Williamson 2024-02-12 09:55:31 -08:00
parent 2148674ed4
commit 375250000f

View File

@ -52,6 +52,8 @@ sub run {
mouse_set 10, 10;
mouse_hide;
}
# wait out a possible animation
wait_still_screen 5;
assert_and_click 'desktop_package_tool_update';
# wait for things to settle if e.g. GNOME is refreshing
wait_still_screen 5, 90;