mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 14:53:09 +00:00
Update anaconda additional repository flow
"Additional repositories" is now hidden behind a dropdown we have to open first. This will make the test fail on anything older than Fedora-Rawhide-20230121.n.0, but I don't think we run this test anywhere that would be a problem. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
7ad809339f
commit
f03743a01d
15
needles/anaconda/install_source/add_dropdown-20230123.json
Normal file
15
needles/anaconda/install_source/add_dropdown-20230123.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 19,
|
||||
"type": "match",
|
||||
"ypos": 386,
|
||||
"width": 81,
|
||||
"xpos": 26
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"anaconda_add_dropdown"
|
||||
]
|
||||
}
|
BIN
needles/anaconda/install_source/add_dropdown-20230123.png
Normal file
BIN
needles/anaconda/install_source/add_dropdown-20230123.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
@ -59,6 +59,7 @@ sub add_repo {
|
||||
$repourl =~ s/^ml://;
|
||||
}
|
||||
# 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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user