mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Repair a function.
This commit is contained in:
parent
9a1554ee6e
commit
a6e28674a3
@ -63,7 +63,7 @@ sub run {
|
|||||||
# logged in (but don't fail if it doesn't as we're not testing
|
# logged in (but don't fail if it doesn't as we're not testing
|
||||||
# that)
|
# that)
|
||||||
|
|
||||||
if (match_has_tag('desktop_package_tool_password')){
|
if (check_screen('desktop_package_tool_password')){
|
||||||
type_very_safely(get_var('USER_PASSWORD','weakpassword'));
|
type_very_safely(get_var('USER_PASSWORD','weakpassword'));
|
||||||
assert_and_click('desktop_package_tool_authenticate','',30);
|
assert_and_click('desktop_package_tool_authenticate','',30);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user