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:
parent
a49f328dc6
commit
c2fb886d6f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user