diff --git a/tests/apps_startstop/kde/limpress.pm b/tests/apps_startstop/kde/limpress.pm index 5235a0a0..69e57837 100644 --- a/tests/apps_startstop/kde/limpress.pm +++ b/tests/apps_startstop/kde/limpress.pm @@ -12,7 +12,7 @@ sub run { # Check that it is started assert_screen 'limpress_runs', timeout => 60; # Close the template chooser, then the application - send_key 'alt-f4'; + send_key 'esc'; quit_with_shortcut(); }