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

...

2 Commits

Author SHA1 Message Date
Lukas Ruzicka
c4a87f2ae2 Let Maps use a new export flow. 2024-10-17 12:39:20 +02:00
Lukas Ruzicka
eae4ef7a1f Add needles for Silverblue Fonts. 2024-10-17 12:05:53 +02:00
5 changed files with 34 additions and 1 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

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