1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-02 13:56:02 +00:00

whoops, add a wait

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-08-25 14:38:04 -07:00
parent e803dae04d
commit ef0c7892b5

View File

@ -40,6 +40,7 @@ sub run {
wait_still_screen(2); wait_still_screen(2);
# Rename the file and export it # Rename the file and export it
assert_and_click("nautilus_save_filename"); assert_and_click("nautilus_save_filename");
wait_still_screen(2);
send_key('ctrl-a'); send_key('ctrl-a');
type_very_safely("exported-map.png"); type_very_safely("exported-map.png");
assert_and_click("gnome_button_save"); assert_and_click("gnome_button_save");