From efe4a3da2ec09891ff29bc8fad6cf70655218758 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 23 Aug 2023 11:17:06 -0700 Subject: [PATCH] Maps: sigh, okay, need another test logic change for Loupe Loupe's Open dialog defaults to Recent, not Pictures, so when we're using Loupe we need to click into Pictures to find the exported image. Signed-off-by: Adam Williamson --- tests/applications/maps/export.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/applications/maps/export.pm b/tests/applications/maps/export.pm index 3c14c5b7..2d6443d6 100644 --- a/tests/applications/maps/export.pm +++ b/tests/applications/maps/export.pm @@ -30,6 +30,10 @@ sub run { send_key("super-up"); # Read the file into the application. send_key("ctrl-o"); + unless (get_var("CANNED")) { + # Silverblue still has EOG, which starts in the right dir + assert_and_click("gnome_dirs_pictures"); + } assert_and_click("maps_select_file"); assert_and_click("gnome_button_open"); wait_still_screen(2);