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:
Adam Williamson 2023-04-06 11:23:57 -07:00
parent cb2f9ecee9
commit 4fb87a077e
1 changed files with 1 additions and 1 deletions

View File

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