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
1 changed files with 2 additions and 0 deletions

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