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");