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

Get rid of nonworking condition

This commit is contained in:
Lukas Ruzicka 2018-07-12 15:51:07 +02:00
parent a6e28674a3
commit 5171b31327

View File

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