diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 80fc70ce..c45cf7f8 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -11,9 +11,8 @@ sub _set_root_password { my $root_password = get_var("ROOT_PASSWORD") || "weakpassword"; unless (get_var("INSTALLER_NO_ROOT")) { assert_and_click "anaconda_install_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 + # we have to click 'enable root account' before typing the + #password assert_and_click "anaconda_install_root_password_screen"; # wait out animation wait_still_screen 2; diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm index 122f7791..57e7adb8 100644 --- a/tests/anaconda_help.pm +++ b/tests/anaconda_help.pm @@ -52,9 +52,8 @@ sub run { # we must unless (get_var("DESKTOP") eq "gnome") { assert_and_click "anaconda_install_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 + # we have to click 'enable root account' before typing the + # password assert_and_click "anaconda_install_root_password_screen"; type_safely "weakadminpassword"; send_key "tab";