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
7ad809339f
...
e22f0c66e4
Author | SHA1 | Date | |
---|---|---|---|
|
e22f0c66e4 | ||
|
ebf259680b | ||
|
f3c8b570d1 | ||
|
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 |
15
needles/gnome/apps/apps_menu_lcalc-20230123.json
Normal file
15
needles/gnome/apps/apps_menu_lcalc-20230123.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 27,
|
||||
"xpos": 692,
|
||||
"type": "match",
|
||||
"ypos": 360,
|
||||
"width": 22
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_menu_lcalc"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/apps_menu_lcalc-20230123.png
Normal file
BIN
needles/gnome/apps/apps_menu_lcalc-20230123.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
15
needles/gnome/apps/apps_menu_limpress-20230123.json
Normal file
15
needles/gnome/apps/apps_menu_limpress-20230123.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 455,
|
||||
"type": "match",
|
||||
"width": 21,
|
||||
"xpos": 310,
|
||||
"height": 30
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_menu_limpress"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/apps_menu_limpress-20230123.png
Normal file
BIN
needles/gnome/apps/apps_menu_limpress-20230123.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
15
needles/gnome/apps/apps_menu_lwriter-20230123.json
Normal file
15
needles/gnome/apps/apps_menu_lwriter-20230123.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 28,
|
||||
"xpos": 691,
|
||||
"type": "match",
|
||||
"ypos": 457,
|
||||
"width": 21
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_menu_lwriter"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/apps_menu_lwriter-20230123.png
Normal file
BIN
needles/gnome/apps/apps_menu_lwriter-20230123.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
15
needles/gnome/apps/maps/maps_found_denali-20230123.json
Normal file
15
needles/gnome/apps/maps/maps_found_denali-20230123.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 107,
|
||||
"width": 146,
|
||||
"type": "match",
|
||||
"ypos": 389,
|
||||
"xpos": 431
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_found_denali"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_found_denali-20230123.png
Normal file
BIN
needles/gnome/apps/maps/maps_found_denali-20230123.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
15
needles/gnome/apps/maps/maps_issues_opened-20230118.json
Normal file
15
needles/gnome/apps/maps/maps_issues_opened-20230118.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 217,
|
||||
"ypos": 82,
|
||||
"type": "match",
|
||||
"width": 201,
|
||||
"height": 27
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"maps_issues_opened"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/maps/maps_issues_opened-20230118.png
Normal file
BIN
needles/gnome/apps/maps/maps_issues_opened-20230118.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user