From ef0c7892b50ca0f6a3387c21d7a301fae432a379 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 25 Aug 2025 14:38:04 -0700 Subject: [PATCH] whoops, add a wait Signed-off-by: Adam Williamson --- tests/applications/maps/export.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/applications/maps/export.pm b/tests/applications/maps/export.pm index b4a31ec4..40af6581 100644 --- a/tests/applications/maps/export.pm +++ b/tests/applications/maps/export.pm @@ -40,6 +40,7 @@ sub run { wait_still_screen(2); # Rename the file and export it assert_and_click("nautilus_save_filename"); + wait_still_screen(2); send_key('ctrl-a'); type_very_safely("exported-map.png"); assert_and_click("gnome_button_save");