mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
apps_startstop: tweak print theme editor launch to avoid #2165657
Typing a partial binary name no longer seems to work. Typing the full binary name works, but differently from before; seems best to do a partial entry name search so we launch the actual entry, not the executable directly. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a4362346d4
commit
a881d227fb
@ -7,7 +7,7 @@ use utils;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
menu_launch_type 'printthemeeditor';
|
||||
menu_launch_type 'print theme';
|
||||
# Check that it is started
|
||||
assert_screen 'cpteditor_runs', timeout => 60;
|
||||
# Close the application
|
||||
|
Loading…
Reference in New Issue
Block a user