1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-29 01:07:22 +00:00

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

View File

@ -12,6 +12,7 @@ sub run {
menu_launch_type 'krfb'; menu_launch_type 'krfb';
# Check that it is started # Check that it is started
assert_screen 'krfb_runs'; assert_screen 'krfb_runs';
wait_still_screen(3);
# Close the application # Close the application
quit_with_shortcut(); quit_with_shortcut();
} }