From d656bc45a6b029b4ab966b7adadf83be2cb99f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Tue, 20 Feb 2024 15:01:14 +0100 Subject: [PATCH] Wait until the dialogue settles --- tests/applications/evince/save_as.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/applications/evince/save_as.pm b/tests/applications/evince/save_as.pm index 5691a1db..201918bf 100644 --- a/tests/applications/evince/save_as.pm +++ b/tests/applications/evince/save_as.pm @@ -13,6 +13,7 @@ sub run { # Select Save As assert_and_click("evince_menu_saveas", button => "left", timeout => 30); + wait_still_screen(2); # Type a new name. type_very_safely("alternative");