mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +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
|
||||
if (get_var('LIVE')) {
|
||||
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
|
||||
assert_and_click "anaconda_select_install_lang_input";
|
||||
type_string "english";
|
||||
|
Loading…
Reference in New Issue
Block a user