1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-26 16:07:21 +00:00

Wait until Loupe responds correctly.

This commit is contained in:
Lukáš Růžička 2024-02-16 17:22:52 +01:00
parent 8c027c9e10
commit 58544fcbce

View File

@ -13,8 +13,10 @@ sub run {
send_key("f10"); send_key("f10");
# Set as background # Set as background
assert_and_click("loupe_menu_set_wallpaper"); assert_and_click("loupe_menu_set_wallpaper");
wait_still_screen(2);
# Confirm # Confirm
assert_and_click("loupe_set_wallpaper"); assert_and_click("loupe_set_wallpaper");
wait_still_screen(2);
# Close the application # Close the application
send_key("alt-f4"); send_key("alt-f4");
# Check that the wallpaper was set # Check that the wallpaper was set