mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-16 12:34:32 +00:00
Update notes about clicking root password screen in anaconda
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6f0478d4b4
commit
5acd4ea80b
@ -11,9 +11,8 @@ sub _set_root_password {
|
|||||||
my $root_password = get_var("ROOT_PASSWORD") || "weakpassword";
|
my $root_password = get_var("ROOT_PASSWORD") || "weakpassword";
|
||||||
unless (get_var("INSTALLER_NO_ROOT")) {
|
unless (get_var("INSTALLER_NO_ROOT")) {
|
||||||
assert_and_click "anaconda_install_root_password";
|
assert_and_click "anaconda_install_root_password";
|
||||||
# from anaconda-35.22.1 onwards, we have to click 'enable root
|
# we have to click 'enable root account' before typing the
|
||||||
# account' before typing the password. For older versions,
|
#password
|
||||||
# clicking this needle does nothing but is harmless
|
|
||||||
assert_and_click "anaconda_install_root_password_screen";
|
assert_and_click "anaconda_install_root_password_screen";
|
||||||
# wait out animation
|
# wait out animation
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
|
@ -52,9 +52,8 @@ sub run {
|
|||||||
# we must
|
# we must
|
||||||
unless (get_var("DESKTOP") eq "gnome") {
|
unless (get_var("DESKTOP") eq "gnome") {
|
||||||
assert_and_click "anaconda_install_root_password";
|
assert_and_click "anaconda_install_root_password";
|
||||||
# from anaconda-35.22.1 onwards, we have to click 'enable root
|
# we have to click 'enable root account' before typing the
|
||||||
# account' before typing the password. For older versions,
|
# password
|
||||||
# clicking this needle does nothing but is harmless
|
|
||||||
assert_and_click "anaconda_install_root_password_screen";
|
assert_and_click "anaconda_install_root_password_screen";
|
||||||
type_safely "weakadminpassword";
|
type_safely "weakadminpassword";
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
|
Loading…
Reference in New Issue
Block a user