From 6182253c3ab0916b15dbd671c7d189bcfc8fc8c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Tue, 24 Jun 2025 15:14:48 +0200 Subject: [PATCH] Fix the dual menu issue on language screen. --- tests/_boot_to_anaconda.pm | 4 ++++ 1 file changed, 4 insertions(+) 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