diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm index 09f5b203..0ef2fe5e 100644 --- a/tests/anaconda_help.pm +++ b/tests/anaconda_help.pm @@ -52,6 +52,10 @@ sub run { # we must unless (get_var("DESKTOP") eq "gnome" ) { assert_and_click "anaconda_main_hub_root_password"; + # from anaconda-35.22.1 onwards, we have to click 'enable root + # account' before typing the password. For older versions, + # clicking this needle does nothing but is harmless + assert_and_click "anaconda_install_root_password_screen"; type_safely "weakrootpassword"; send_key "tab"; type_safely "weakrootpassword";