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") { if (lc(get_var('VERSION')) eq "rawhide") {
$timeout = 2400; $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 for transition to complete so we don't click in the sidebar
wait_still_screen 3; wait_still_screen 3;
assert_and_click "anaconda_install_done"; assert_and_click "anaconda_install_done";