mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Handle Boxes tutorial screen in _vnc_client_connect
We can get tripped up by the tutorial screen when launching Boxes; borrow some code from the app start/stop test to check for and handle it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0b7a9cf3c8
commit
41aed12b16
@ -12,6 +12,11 @@ sub run {
|
|||||||
assert_script_run "ping -c 2 10.0.2.114";
|
assert_script_run "ping -c 2 10.0.2.114";
|
||||||
desktop_vt;
|
desktop_vt;
|
||||||
menu_launch_type('boxes');
|
menu_launch_type('boxes');
|
||||||
|
assert_screen ['apps_boxes_tutorial', 'boxes_new_connection'];
|
||||||
|
if (match_has_tag 'apps_boxes_tutorial') {
|
||||||
|
# Let us get rid of the Tutorial window.
|
||||||
|
send_key 'esc';
|
||||||
|
}
|
||||||
assert_and_click('boxes_new_connection');
|
assert_and_click('boxes_new_connection');
|
||||||
assert_and_click('boxes_remote');
|
assert_and_click('boxes_remote');
|
||||||
type_very_safely("vnc://10.0.2.114:5901\n");
|
type_very_safely("vnc://10.0.2.114:5901\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user