From e803dae04d98e9ee3c5bbd562028ffa80b998314 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 25 Aug 2025 14:37:39 -0700 Subject: [PATCH] maps: tweak export test steps to get correct filename Signed-off-by: Adam Williamson --- tests/applications/maps/export.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/applications/maps/export.pm b/tests/applications/maps/export.pm index 267b4509..b4a31ec4 100644 --- a/tests/applications/maps/export.pm +++ b/tests/applications/maps/export.pm @@ -40,7 +40,8 @@ sub run { wait_still_screen(2); # Rename the file and export it assert_and_click("nautilus_save_filename"); - type_very_safely("exported-map"); + send_key('ctrl-a'); + type_very_safely("exported-map.png"); assert_and_click("gnome_button_save"); }