diff --git a/tests/apps_startstop/kde/krusader.pm b/tests/apps_startstop/kde/krusader.pm index 4c5a25e8..98b3717c 100644 --- a/tests/apps_startstop/kde/krusader.pm +++ b/tests/apps_startstop/kde/krusader.pm @@ -13,6 +13,7 @@ sub run { # Deal with the welcome screens while (check_screen('krusader_welcome', '1')){ assert_and_click 'krusader_welcome'; + wait_still_screen 3; } # Settings close assert_and_click 'krusader_settings_close';