mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-20 22:35:45 +00:00
Fix the dual menu issue on language screen.
This commit is contained in:
parent
0e6ba5d02c
commit
6182253c3a
@ -206,6 +206,10 @@ sub run {
|
|||||||
# we click to work around RHBZ #1566066 if it happens
|
# we click to work around RHBZ #1566066 if it happens
|
||||||
click_lastmatch;
|
click_lastmatch;
|
||||||
my $language = get_var('LANGUAGE') || 'english';
|
my $language = get_var('LANGUAGE') || 'english';
|
||||||
|
# Workaround the new Anaconda WebUI with two menus, where the
|
||||||
|
# language stuff is not visible.
|
||||||
|
# We will send the upper arrow to move the screen to its original position.
|
||||||
|
send_key_until_needlematch("anaconda_select_install_lang", "up", 30);
|
||||||
assert_and_click("anaconda_select_install_lang", timeout => 300);
|
assert_and_click("anaconda_select_install_lang", timeout => 300);
|
||||||
|
|
||||||
# Select install language
|
# Select install language
|
||||||
|
Loading…
Reference in New Issue
Block a user