mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-09 10:25:44 +00:00
Fix iterator.
This commit is contained in:
parent
a28752f990
commit
c653e182cc
@ -1514,6 +1514,7 @@ sub wait_until_needlematch {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$iterator += 1;
|
$iterator += 1;
|
||||||
|
sleep $interval;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($iterator >= $count) {
|
if ($iterator >= $count) {
|
||||||
|
@ -24,9 +24,9 @@ sub run {
|
|||||||
|
|
||||||
# If it is run for the first time, hit the Browse button to
|
# If it is run for the first time, hit the Browse button to
|
||||||
# speed things up.
|
# speed things up.
|
||||||
#if (check_screen("gnome_software_browse_button")) {
|
if (check_screen("gnome_software_browse_button")) {
|
||||||
assert_and_click("gnome_software_browse_button");
|
assert_and_click("gnome_software_browse_button");
|
||||||
#}
|
}
|
||||||
|
|
||||||
# Click on the updates button. There should be no updates available,
|
# Click on the updates button. There should be no updates available,
|
||||||
# as updates were already handled by the upgrade_preinstall test,
|
# as updates were already handled by the upgrade_preinstall test,
|
||||||
|
Loading…
Reference in New Issue
Block a user