mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +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;
|
||||
|
||||
# Start the application
|
||||
menu_launch_type 'mediawriter';
|
||||
menu_launch_type 'media writer';
|
||||
# Check that it is started
|
||||
assert_screen 'fmw_runs', timeout => 60;
|
||||
# Close the application
|
||||
|
Loading…
Reference in New Issue
Block a user