1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 23:17:21 +00:00

Repair a function.

This commit is contained in:
Lukas Ruzicka 2018-07-12 15:23:58 +02:00
parent 9a1554ee6e
commit a6e28674a3

View File

@ -63,7 +63,7 @@ sub run {
# logged in (but don't fail if it doesn't as we're not testing
# that)
if (match_has_tag('desktop_package_tool_password')){
if (check_screen('desktop_package_tool_password')){
type_very_safely(get_var('USER_PASSWORD','weakpassword'));
assert_and_click('desktop_package_tool_authenticate','',30);
}