GNOME apps: Calculator and Help aren't in utilities any more

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-24 16:03:33 -07:00
parent cde370bf1b
commit c4f60ab274
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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