From ff8603b96e3fcbb7083231441beede8ededf46af Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 29 Sep 2021 09:52:59 -0700 Subject: [PATCH] Give KDE Desktop Settings window a few seconds to stabilize Rawhide had a failure today where the dropdowns moved between us matching and clicking, so we clicked the wrong one: https://openqa.fedoraproject.org/tests/1005662 Signed-off-by: Adam Williamson --- lib/utils.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/utils.pm b/lib/utils.pm index b636ab66..b7302bab 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -1398,6 +1398,8 @@ sub solidify_wallpaper { send_key 'd'; send_key 's'; release_key 'alt'; + # give the window a few seconds to stabilize + wait_still_screen 3; # Select type of background assert_and_click "deskset_select_type"; wait_still_screen 2;