1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-20 14:25:45 +00:00

Fix the dual menu issue on language screen.

This commit is contained in:
Lukáš Růžička 2025-06-24 15:14:48 +02:00
parent 0e6ba5d02c
commit 6182253c3a

View File

@ -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