1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-01 05:54:22 +00:00

Fix software selection glitch.

This commit is contained in:
Lukas Ruzicka 2024-10-24 20:48:42 +02:00
parent de4cb908ba
commit 6d793de3f9

View File

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