mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
Merge #209 Change the way the mountpoint textfield is reached.
This commit is contained in:
commit
089638bb7a
@ -5,12 +5,7 @@ use anaconda;
|
||||
use utils;
|
||||
|
||||
sub goto_mountpoint {
|
||||
my $counter = 20;
|
||||
while (!check_screen "anaconda_part_mountpoint_selected" and $counter > 0) {
|
||||
send_key "tab";
|
||||
$counter += 1;
|
||||
sleep 1;
|
||||
}
|
||||
send_key_until_needlematch("anaconda_part_mountpoint_selected", "tab", 20);
|
||||
}
|
||||
|
||||
sub run {
|
||||
|
Loading…
Reference in New Issue
Block a user