1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-17 04:54:31 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Adam Williamson
e22f0c66e4 Update Maps needles for Rawhide
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-01-23 16:33:42 -08:00
Adam Williamson
ebf259680b Update LibreOffice launcher needles
Looks like the icons got redesigned.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-01-23 16:33:02 -08:00
Adam Williamson
f3c8b570d1 More fixes to anaconda additional repository flow
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-01-23 15:32:07 -08:00
Adam Williamson
f03743a01d 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>
2023-01-23 14:38:12 -08:00
13 changed files with 93 additions and 10 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 19,
"type": "match",
"ypos": 386,
"width": 81,
"xpos": 26
}
],
"properties": [],
"tags": [
"anaconda_add_dropdown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 27,
"xpos": 692,
"type": "match",
"ypos": 360,
"width": 22
}
],
"properties": [],
"tags": [
"apps_menu_lcalc"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 455,
"type": "match",
"width": 21,
"xpos": 310,
"height": 30
}
],
"properties": [],
"tags": [
"apps_menu_limpress"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 28,
"xpos": 691,
"type": "match",
"ypos": 457,
"width": 21
}
],
"properties": [],
"tags": [
"apps_menu_lwriter"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 107,
"width": 146,
"type": "match",
"ypos": 389,
"xpos": 431
}
],
"properties": [],
"tags": [
"maps_found_denali"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 217,
"ypos": 82,
"type": "match",
"width": 201,
"height": 27
}
],
"properties": [],
"tags": [
"maps_issues_opened"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -59,20 +59,13 @@ 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++) {
# 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