mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +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:
parent
a9a3cea174
commit
a984674e9b
@ -13,6 +13,8 @@ sub run {
|
|||||||
# Check that it is started
|
# Check that it is started
|
||||||
assert_screen 'krfb_runs', timeout => 60;
|
assert_screen 'krfb_runs', timeout => 60;
|
||||||
wait_still_screen(3);
|
wait_still_screen(3);
|
||||||
|
# close the "remote control requested" window if shown
|
||||||
|
send_key "esc";
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user