From 0d8df76b1b2938f03870f9028a3804c2fb36a681 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 23 Aug 2023 10:34:03 -0700 Subject: [PATCH] apps_startstop: new GNOME image viewer is not in Utilities It's on the top level. Signed-off-by: Adam Williamson --- tests/apps_startstop/gnome/imageviewer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps_startstop/gnome/imageviewer.pm b/tests/apps_startstop/gnome/imageviewer.pm index b1506961..853385f6 100644 --- a/tests/apps_startstop/gnome/imageviewer.pm +++ b/tests/apps_startstop/gnome/imageviewer.pm @@ -9,7 +9,7 @@ sub run { my $self = shift; # Start the application - start_with_launcher('apps_menu_imageviewer', 'apps_menu_utilities'); + start_with_launcher('apps_menu_imageviewer'); # Check that is started assert_screen 'apps_run_imageviewer'; # Register application