1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

whoops, fix install_done

I broke everything in an unreviewed commit! Go me.
This commit is contained in:
Adam Williamson 2016-05-06 16:16:28 -07:00
parent 9871c48433
commit 60ceeb469e

View File

@ -54,7 +54,7 @@ sub run {
if (lc(get_var('VERSION')) eq "rawhide") {
$timeout = 2400;
}
assert_screen "anaconda_install_done", '', $timeout;
assert_screen "anaconda_install_done", $timeout;
# wait for transition to complete so we don't click in the sidebar
wait_still_screen 3;
assert_and_click "anaconda_install_done";