From 6d793de3f96ff120e17d3f585fcc563b95abfe70 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 24 Oct 2024 20:48:42 +0200 Subject: [PATCH] Fix software selection glitch. --- tests/_software_selection.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/_software_selection.pm b/tests/_software_selection.pm index d7e319fc..43fadffa 100644 --- a/tests/_software_selection.pm +++ b/tests/_software_selection.pm @@ -34,6 +34,12 @@ sub run { click_lastmatch; wait_still_screen 3; + # Lately, there were glitches making the cursor skip + # the Workstation field and the test would fail, + # let's bring the cursor home to make sure it will + # pass all options. + send_key("home"); + wait_still_screen(2); # select desired environment send_key_until_needlematch "anaconda_${packageset}_highlighted", "tab";