From fcbcaaf59a9b269561cb66ce17d4750e90bcccf5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Aug 2022 11:28:24 -0700 Subject: [PATCH] anaconda_help: don't include 'root' in the root password anaconda now warns about this and it breaks things. Signed-off-by: Adam Williamson --- tests/anaconda_help.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm index bec8b42e..122f7791 100644 --- a/tests/anaconda_help.pm +++ b/tests/anaconda_help.pm @@ -56,9 +56,9 @@ sub run { # 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"; + type_safely "weakadminpassword"; send_key "tab"; - type_safely "weakrootpassword"; + type_safely "weakadminpassword"; assert_and_click "anaconda_spoke_done"; } # Begin installation after waiting out animation