From a6e28674a3edc2844a6505295884ed0399a3e280 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 12 Jul 2018 15:23:58 +0200 Subject: [PATCH] Repair a function. --- tests/desktop_upgrade_graphical.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_upgrade_graphical.pm b/tests/desktop_upgrade_graphical.pm index 4a7194b3..b7fdec68 100644 --- a/tests/desktop_upgrade_graphical.pm +++ b/tests/desktop_upgrade_graphical.pm @@ -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); }