diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index 607c43c4..502f58d7 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -52,6 +52,8 @@ sub run { } } assert_and_click 'desktop_package_tool_update'; + # wait for things to settle if e.g. GNOME is refreshing + wait_still_screen 5, 90; # depending on automatic update checks, 'apply' or 'download' may # already be visible at this point, we may not need to refresh assert_screen ['desktop_package_tool_update_apply', 'desktop_package_tool_update_download', 'desktop_package_tool_update_refresh'], 120;