1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 02:13:08 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-29 09:52:59 -07:00
parent c2a6ca8594
commit ff8603b96e

View File

@ -1398,6 +1398,8 @@ sub solidify_wallpaper {
send_key 'd'; send_key 'd';
send_key 's'; send_key 's';
release_key 'alt'; release_key 'alt';
# give the window a few seconds to stabilize
wait_still_screen 3;
# Select type of background # Select type of background
assert_and_click "deskset_select_type"; assert_and_click "deskset_select_type";
wait_still_screen 2; wait_still_screen 2;