Wait until screen to make sure the exit shortcut is not pressed when not ready.

This commit is contained in:
Lukas Ruzicka 2022-10-31 15:43:02 +01:00
parent b5c8a8d5f7
commit ef5969b600
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}