1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 08:47:22 +00:00

add an 'esc' to krfb startstop test to deal with a dialog

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-03-01 14:10:00 -08:00
parent a9a3cea174
commit a984674e9b

View File

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