1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-07 01:15:44 +00:00

Fix iterator.

This commit is contained in:
Lukáš Růžička 2021-12-02 18:29:30 +01:00
parent a28752f990
commit c653e182cc
2 changed files with 3 additions and 2 deletions

View File

@ -1514,6 +1514,7 @@ sub wait_until_needlematch {
}
else {
$iterator += 1;
sleep $interval;
}
}
if ($iterator >= $count) {

View File

@ -24,9 +24,9 @@ sub run {
# If it is run for the first time, hit the Browse button to
# speed things up.
#if (check_screen("gnome_software_browse_button")) {
if (check_screen("gnome_software_browse_button")) {
assert_and_click("gnome_software_browse_button");
#}
}
# Click on the updates button. There should be no updates available,
# as updates were already handled by the upgrade_preinstall test,