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