diff --git a/tests/desktop_upgrade_graphical.pm b/tests/desktop_upgrade_graphical.pm index b7fdec68..29fffb13 100644 --- a/tests/desktop_upgrade_graphical.pm +++ b/tests/desktop_upgrade_graphical.pm @@ -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); - } + type_very_safely(get_var('USER_PASSWORD','weakpassword')); + assert_and_click('desktop_package_tool_authenticate','',30); assert_and_click('desktop_package_tool_restart','',30);