diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 7b9f4006..4b1661bd 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -206,6 +206,10 @@ sub run { # we click to work around RHBZ #1566066 if it happens click_lastmatch; 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); # Select install language