From c4f60ab274199c22df15999a1b8eb0078d775c57 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 24 Mar 2021 16:03:33 -0700 Subject: [PATCH] GNOME apps: Calculator and Help aren't in utilities any more Signed-off-by: Adam Williamson --- tests/apps_startstop/gnome/calculator.pm | 2 +- tests/apps_startstop/gnome/help.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/apps_startstop/gnome/calculator.pm b/tests/apps_startstop/gnome/calculator.pm index d3c06898..0d673828 100644 --- a/tests/apps_startstop/gnome/calculator.pm +++ b/tests/apps_startstop/gnome/calculator.pm @@ -9,7 +9,7 @@ sub run { my $self = shift; # Start the application - start_with_launcher('apps_menu_calculator', 'apps_menu_utilities'); + start_with_launcher('apps_menu_calculator'); # Check that it is started assert_screen 'apps_run_calculator'; # Register application diff --git a/tests/apps_startstop/gnome/help.pm b/tests/apps_startstop/gnome/help.pm index 22862fcf..b5b2dd79 100644 --- a/tests/apps_startstop/gnome/help.pm +++ b/tests/apps_startstop/gnome/help.pm @@ -8,7 +8,7 @@ use utils; sub run { my $self = shift; # Start the application - start_with_launcher('apps_menu_help', 'apps_menu_utilities'); + start_with_launcher('apps_menu_help'); # Check that is started assert_screen 'apps_run_help'; # Register application