diff --git a/tests/apps_startstop/kde/krfb.pm b/tests/apps_startstop/kde/krfb.pm index 89741a30..86c22728 100644 --- a/tests/apps_startstop/kde/krfb.pm +++ b/tests/apps_startstop/kde/krfb.pm @@ -13,6 +13,8 @@ sub run { # Check that it is started assert_screen 'krfb_runs', timeout => 60; wait_still_screen(3); + # close the "remote control requested" window if shown + send_key "esc"; # Close the application quit_with_shortcut(); }