mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
wait for anaconda even on live system
Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D478
This commit is contained in:
parent
c11e7bb99b
commit
3b2e0b60b3
@ -38,9 +38,9 @@ sub run {
|
|||||||
# on lives, we have to explicitly launch anaconda
|
# on lives, we have to explicitly launch anaconda
|
||||||
if (get_var('LIVE')) {
|
if (get_var('LIVE')) {
|
||||||
assert_and_click "live_initial_anaconda_launcher", '', 300;
|
assert_and_click "live_initial_anaconda_launcher", '', 300;
|
||||||
} else {
|
|
||||||
assert_screen "anaconda_select_install_lang", 300;
|
|
||||||
}
|
}
|
||||||
|
# wait for anaconda to appear
|
||||||
|
assert_screen "anaconda_select_install_lang", 300;
|
||||||
# Select install language
|
# Select install language
|
||||||
assert_and_click "anaconda_select_install_lang_input";
|
assert_and_click "anaconda_select_install_lang_input";
|
||||||
type_string "english";
|
type_string "english";
|
||||||
|
Loading…
Reference in New Issue
Block a user