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

Compare commits

...

4 Commits

Author SHA1 Message Date
Adam Williamson
2769fb7e58 Add missing ; in navigation aaa_setup.pm
Lukas left this out in his earlier commit.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-10-16 17:17:37 -07:00
Adam Williamson
50464f5522 Update console_in_toolbox needle for latest toolbx on FCOS
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-10-16 17:08:49 -07:00
Adam Williamson
11044fe96c Update one gnome_button_delete needle variant
I am honestly not sure exactly when we hit this needle, but we
did at least once, and it's mentioned in the comment in the test.
Huh.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-10-16 17:07:58 -07:00
Adam Williamson
aa0d887155 Update ELN needles for a font rendering change
Looks like the new anaconda build causes font hinting to be
slightly different for some reason.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-10-16 16:57:20 -07:00
19 changed files with 173 additions and 1 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 17,
"xpos": 40,
"ypos": 340,
"type": "match",
"width": 19
}
],
"properties": [],
"tags": [
"anaconda_install_destination_select_disk_1"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -0,0 +1,24 @@
{
"area": [
{
"width": 314,
"type": "match",
"height": 20,
"xpos": 705,
"ypos": 670
},
{
"type": "match",
"width": 48,
"ypos": 732,
"xpos": 902,
"height": 14
}
],
"properties": [],
"tags": [
"anaconda_install_done",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,20 @@
{
"area": [
{
"height": 15,
"xpos": 260,
"ypos": 317,
"width": 68,
"type": "match",
"click_point": {
"xpos": 6.5,
"ypos": 7.5
}
}
],
"properties": [],
"tags": [
"anaconda_install_root_password_screen",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,31 @@
{
"area": [
{
"type": "match",
"width": 73,
"height": 17,
"xpos": 245,
"ypos": 161
},
{
"type": "match",
"width": 62,
"height": 17,
"xpos": 255,
"ypos": 264
},
{
"ypos": 50,
"height": 24,
"xpos": 11,
"type": "match",
"width": 57
}
],
"properties": [],
"tags": [
"anaconda_install_user_creation_screen",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"xpos": 361,
"height": 28,
"ypos": 111,
"type": "match",
"width": 87
}
],
"properties": [],
"tags": [
"anaconda_select_install_lang",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

View File

@ -0,0 +1,18 @@
{
"area": [
{
"width": 171,
"type": "match",
"ypos": 210,
"height": 18,
"xpos": 606
}
],
"properties": [],
"tags": [
"anaconda_select_install_lang_selected",
"anaconda_select_install_lang_filtered",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,17 @@
{
"area": [
{
"type": "match",
"width": 110,
"ypos": 706,
"xpos": 888,
"height": 17
}
],
"properties": [],
"tags": [
"anaconda_main_hub_begin_installation",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 1,
"height": 14,
"ypos": 385,
"type": "match",
"width": 20
}
],
"properties": [],
"tags": [
"console_in_toolbox"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"width": 59,
"type": "match",
"ypos": 734,
"height": 21,
"xpos": 233
}
],
"properties": [],
"tags": [
"contacts_contact_remove",
"gnome_button_delete"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -11,7 +11,7 @@ sub run {
# Starting right over might result in erroneous behavior.
sleep(5);
# Set the update notification timestamp
set_update_notification_timestamp()
set_update_notification_timestamp();
# Start Firefox
menu_launch_type("nautilus");
assert_screen "apps_run_files", 45;