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:
Adam Williamson 2021-07-19 12:22:04 -07:00
parent 86c34ca063
commit bc738149ec
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ sub run {
type_safely "weakrootpassword";
send_key "tab";
type_safely "weakrootpassword";
assert_and_click "anaconda_spoke_done";
wait_screen_change { assert_and_click "anaconda_spoke_done"; };
}
# Begin installation after waiting out animation
wait_still_screen 5;