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:
parent
de4cb908ba
commit
6d793de3f9
@ -34,6 +34,12 @@ sub run {
|
|||||||
click_lastmatch;
|
click_lastmatch;
|
||||||
wait_still_screen 3;
|
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
|
# select desired environment
|
||||||
send_key_until_needlematch "anaconda_${packageset}_highlighted", "tab";
|
send_key_until_needlematch "anaconda_${packageset}_highlighted", "tab";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user