From 988deea680b5d8440b9d58d43b5cf0453392f6b3 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 28 Jun 2018 17:13:27 +0200 Subject: [PATCH] try to fix the refresh. --- tests/desktop_update_graphical.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index cd2e4491..8f5e05cd 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -50,7 +50,7 @@ sub run { # will already have the apply button at this point unless (check_screen 'desktop_package_tool_update_apply', 5) { # refresh updates - click 'desktop_package_tool_update_refresh'; + assert_and_click 'desktop_package_tool_update_refresh'; wait_still_screen 20; assert_and_click 'desktop_package_tool_update_refresh', '', 120; }