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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-08-23 11:17:06 -07:00
parent af8a6635a6
commit efe4a3da2e
1 changed files with 4 additions and 0 deletions

View File

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