1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-26 16:07:21 +00:00

De-dupe anaconda root password spoke needle

The anaconda help test had its own version, it doesn't need it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-15 16:26:05 -07:00
parent aa136bb807
commit 65cdc9609c
3 changed files with 1 additions and 16 deletions

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 247,
"ypos": 488,
"width": 35,
"height": 29,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_main_hub_root_password"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

View File

@ -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