Add another wait to avoid a transition animation in anaconda

I swear, these transitions drive me nuts.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-09-28 17:46:36 -07:00
parent a49f328dc6
commit c2fb886d6f
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ sub run {
assert_and_click "anaconda_main_hub_begin_installation";
# Set root password, unless we don't want to or can't
# can also hit a transition animation
wait_still_screen 2;
my $root_password = get_var("ROOT_PASSWORD") || "weakpassword";
unless (get_var("INSTALLER_NO_ROOT")) {
assert_and_click "anaconda_install_root_password";