mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-15 17:51:27 +00:00
whoops, fix install_done
I broke everything in an unreviewed commit! Go me.
This commit is contained in:
parent
9871c48433
commit
60ceeb469e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user