mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
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:
parent
af8a6635a6
commit
efe4a3da2e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user