1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-11-03 00:26:00 +00:00

maps: tweak export test steps to get correct filename

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-08-25 14:37:39 -07:00
parent 2fe8338f8c
commit e803dae04d

View File

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