1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

More fixes to anaconda additional repository flow

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-01-23 15:32:07 -08:00
parent f03743a01d
commit f3c8b570d1

View File

@ -61,19 +61,11 @@ sub add_repo {
# configure an additional repository
assert_and_click "anaconda_add_dropdown";
assert_and_click "anaconda_add";
# shift-tab seven times gets us to the scheme box
for (my $i = 0; $i < 7; $i++) {
# shift-tab four times gets us to the URL box
for (my $i = 0; $i < 4; $i++) {
send_key "shift-tab";
usleep 100;
}
# select appropriate repo type for the URL by pressing 'down' a given
# number of times. default - 1 - is https
my $num = 1;
for (my $i = 0; $i < $num; $i++) {
send_key "down";
usleep 100;
}
send_key "tab";
type_string $repourl;
if ($metalink) {
# select metalink in URL type dropdown