diff --git a/needles/anaconda/main_hub/root_password.json b/needles/anaconda/main_hub/root_password.json deleted file mode 100644 index f59fca13..00000000 --- a/needles/anaconda/main_hub/root_password.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "area": [ - { - "xpos": 247, - "ypos": 488, - "width": 35, - "height": 29, - "type": "match" - } - ], - "properties": [], - "tags": [ - "anaconda_main_hub_root_password" - ] -} \ No newline at end of file diff --git a/needles/anaconda/main_hub/root_password.png b/needles/anaconda/main_hub/root_password.png deleted file mode 100644 index 10b80a7b..00000000 Binary files a/needles/anaconda/main_hub/root_password.png and /dev/null differ diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm index 0ef2fe5e..9ff84178 100644 --- a/tests/anaconda_help.pm +++ b/tests/anaconda_help.pm @@ -51,7 +51,7 @@ sub run { # need to set a root password or create a user; on other flavors # we must unless (get_var("DESKTOP") eq "gnome" ) { - assert_and_click "anaconda_main_hub_root_password"; + 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