GNOME apps: Calculator and Help aren't in utilities any more
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cde370bf1b
commit
c4f60ab274
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_calculator', 'apps_menu_utilities');
|
start_with_launcher('apps_menu_calculator');
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'apps_run_calculator';
|
assert_screen 'apps_run_calculator';
|
||||||
# Register application
|
# Register application
|
||||||
|
@ -8,7 +8,7 @@ use utils;
|
|||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
# Start the application
|
# Start the application
|
||||||
start_with_launcher('apps_menu_help', 'apps_menu_utilities');
|
start_with_launcher('apps_menu_help');
|
||||||
# Check that is started
|
# Check that is started
|
||||||
assert_screen 'apps_run_help';
|
assert_screen 'apps_run_help';
|
||||||
# Register application
|
# Register application
|
||||||
|
Loading…
Reference in New Issue
Block a user