mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-10-31 21:44:23 +00:00
Fix software selection glitch.
This commit is contained in:
parent
de4cb908ba
commit
6d793de3f9
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user