From c2fb886d6f6530a294aedd29f773df30d972e338 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 28 Sep 2018 17:46:36 -0700 Subject: [PATCH] Add another wait to avoid a transition animation in anaconda I swear, these transitions drive me nuts. Signed-off-by: Adam Williamson --- tests/_do_install_and_reboot.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 83a72a19..825788c2 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -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";