From ef5969b6007dc178e0c3fdd4d018dd63d32f4274 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Mon, 31 Oct 2022 15:43:02 +0100 Subject: [PATCH] Wait until screen to make sure the exit shortcut is not pressed when not ready. --- tests/apps_startstop/kde/krfb.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/apps_startstop/kde/krfb.pm b/tests/apps_startstop/kde/krfb.pm index acc1f7e5..24f7ea6b 100644 --- a/tests/apps_startstop/kde/krfb.pm +++ b/tests/apps_startstop/kde/krfb.pm @@ -12,6 +12,7 @@ sub run { menu_launch_type 'krfb'; # Check that it is started assert_screen 'krfb_runs'; + wait_still_screen(3); # Close the application quit_with_shortcut(); }