mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 18:04:25 +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:
parent
aa136bb807
commit
65cdc9609c
@ -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 |
@ -51,7 +51,7 @@ sub run {
|
|||||||
# need to set a root password or create a user; on other flavors
|
# need to set a root password or create a user; on other flavors
|
||||||
# we must
|
# we must
|
||||||
unless (get_var("DESKTOP") eq "gnome" ) {
|
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
|
# from anaconda-35.22.1 onwards, we have to click 'enable root
|
||||||
# account' before typing the password. For older versions,
|
# account' before typing the password. For older versions,
|
||||||
# clicking this needle does nothing but is harmless
|
# clicking this needle does nothing but is harmless
|
||||||
|
Loading…
Reference in New Issue
Block a user