mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Maps: go back to always typing 'image viewer'
Loupe has replaced EOG on F39 and Rawhide, and it can be found with "image viewer", so let's just go with that. The rest of the logic should be OK but we will likely need some new needles, will do that next. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0d8df76b1b
commit
af8a6635a6
@ -25,9 +25,7 @@ sub run {
|
||||
# it in an image viewer to see that it is correct.
|
||||
#
|
||||
# Open the Image Viewer
|
||||
my $launch = "eye of gnome";
|
||||
$launch = "image viewer" if (get_var("CANNED"));
|
||||
menu_launch_type($launch);
|
||||
menu_launch_type("image viewer");
|
||||
assert_screen("apps_run_imageviewer");
|
||||
send_key("super-up");
|
||||
# Read the file into the application.
|
||||
|
Loading…
Reference in New Issue
Block a user