Needles for _graphical_wait_login
allowing English language Gnome environments to Getting Started
#49
@ -39,6 +39,9 @@ sub run {
|
||||
send_key "tab";
|
||||
wait_still_screen 1;
|
||||
|
||||
# In Rocky, graphical-server starts out selected in the DVD ISO so if that's
|
||||
# what we're looking for we're done
|
||||
if (!check_screen("anaconda_".$packageset."_selected", 1)) {
|
||||
# select desired environment
|
||||
# go through the list 20 times at max (to prevent infinite loop when it's missing)
|
||||
for (my $i = 0; !check_screen("anaconda_".$packageset."_highlighted", 1) && $i < 20; $i++) {
|
||||
@ -46,6 +49,7 @@ sub run {
|
||||
}
|
||||
|
||||
send_key "spc";
|
||||
}
|
||||
|
||||
# check that desired environment is selected
|
||||
assert_screen "anaconda_".$packageset."_selected";
|
||||
|
Loading…
Reference in New Issue
Block a user