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

try to fix the refresh.

This commit is contained in:
Lukas Ruzicka 2018-06-28 17:13:27 +02:00
parent 65c62c63d6
commit 988deea680

View File

@ -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;
}