From 58544fcbce2dcf4781e523a7baa07925127a1486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Fri, 16 Feb 2024 17:22:52 +0100 Subject: [PATCH] Wait until Loupe responds correctly. --- tests/applications/loupe/pic_to_wallpaper.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/applications/loupe/pic_to_wallpaper.pm b/tests/applications/loupe/pic_to_wallpaper.pm index 0ffd07e7..4c28a3df 100644 --- a/tests/applications/loupe/pic_to_wallpaper.pm +++ b/tests/applications/loupe/pic_to_wallpaper.pm @@ -13,8 +13,10 @@ sub run { send_key("f10"); # Set as background assert_and_click("loupe_menu_set_wallpaper"); + wait_still_screen(2); # Confirm assert_and_click("loupe_set_wallpaper"); + wait_still_screen(2); # Close the application send_key("alt-f4"); # Check that the wallpaper was set