mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-17 13:05:43 +00:00
Try waiting for a while.
This commit is contained in:
parent
8894e022b2
commit
9132ff08c3
@ -150,6 +150,7 @@ sub run {
|
|||||||
# Select install language
|
# Select install language
|
||||||
wait_screen_change { assert_and_click "anaconda_select_install_lang_input"; };
|
wait_screen_change { assert_and_click "anaconda_select_install_lang_input"; };
|
||||||
type_safely $language;
|
type_safely $language;
|
||||||
|
wait_still_screen(2);
|
||||||
# Needle filtering in main.pm ensures we will only look for the
|
# Needle filtering in main.pm ensures we will only look for the
|
||||||
# appropriate language, here
|
# appropriate language, here
|
||||||
assert_and_click "anaconda_select_install_lang_filtered";
|
assert_and_click "anaconda_select_install_lang_filtered";
|
||||||
@ -159,7 +160,7 @@ sub run {
|
|||||||
if (get_var('HELPCHECK')) {
|
if (get_var('HELPCHECK')) {
|
||||||
check_help_on_pane("language_selection");
|
check_help_on_pane("language_selection");
|
||||||
}
|
}
|
||||||
|
wait_still_screen(2);
|
||||||
assert_and_click "anaconda_select_install_lang_continue";
|
assert_and_click "anaconda_select_install_lang_continue";
|
||||||
|
|
||||||
# wait 180 secs for hub or Rawhide warning dialog to appear
|
# wait 180 secs for hub or Rawhide warning dialog to appear
|
||||||
|
Loading…
Reference in New Issue
Block a user