mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Try to robustify anaconda_help transition a bit
Wait for a change when clicking the done button in root password screen (anaconda can pause for a long time there). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
86c34ca063
commit
bc738149ec
@ -55,7 +55,7 @@ sub run {
|
|||||||
type_safely "weakrootpassword";
|
type_safely "weakrootpassword";
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
type_safely "weakrootpassword";
|
type_safely "weakrootpassword";
|
||||||
assert_and_click "anaconda_spoke_done";
|
wait_screen_change { assert_and_click "anaconda_spoke_done"; };
|
||||||
}
|
}
|
||||||
# Begin installation after waiting out animation
|
# Begin installation after waiting out animation
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
|
Loading…
Reference in New Issue
Block a user