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

Compare commits

..

No commits in common. "c4a87f2ae2e63eef40c9d9d0ae385d75e404b521" and "2769fb7e58c44a5c46b2121e4799b108aeda46bb" have entirely different histories.

5 changed files with 1 additions and 34 deletions

View File

@ -1,15 +0,0 @@
{
"area": [
{
"ypos": 95,
"xpos": 14,
"height": 106,
"type": "match",
"width": 176
}
],
"properties": [],
"tags": [
"fonts_cantarell_info"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 38,
"height": 162,
"ypos": 165,
"type": "match",
"width": 159
}
],
"properties": [],
"tags": [
"fonts_liberation_font_found"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

View File

@ -18,10 +18,7 @@ sub run {
# than Rawhide and, for now, the flatpak build are still 46, so
# we use the older flow there
# FIXME!
# Update on 10/15/2024:
# Flatpakked app now uses the new flow, so the only need is for
# older releases.
if ($relnum < 41) {
if ($relnum < 41 || get_var('CANNED')) {
# old flow
# wait for the export screen to appear and settle
assert_screen('maps_button_export');