mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Fix KDE media writer launch test
Typing 'mediawriter' doesn't work on Rawhide any more. 'media writer' (with a space) works OK. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cb2f9ecee9
commit
4fb87a077e
@ -9,7 +9,7 @@ sub run {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'mediawriter';
|
menu_launch_type 'media writer';
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'fmw_runs', timeout => 60;
|
assert_screen 'fmw_runs', timeout => 60;
|
||||||
# Close the application
|
# Close the application
|
||||||
|
Loading…
Reference in New Issue
Block a user