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
2769fb7e58
...
c4a87f2ae2
Author | SHA1 | Date | |
---|---|---|---|
|
c4a87f2ae2 | ||
|
eae4ef7a1f |
15
needles/gnome/apps/fonts/fonts_cantarell_info-20241017.json
Normal file
15
needles/gnome/apps/fonts/fonts_cantarell_info-20241017.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"ypos": 95,
|
||||||
|
"xpos": 14,
|
||||||
|
"height": 106,
|
||||||
|
"type": "match",
|
||||||
|
"width": 176
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"fonts_cantarell_info"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/apps/fonts/fonts_cantarell_info-20241017.png
Normal file
BIN
needles/gnome/apps/fonts/fonts_cantarell_info-20241017.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
@ -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 |
@ -18,7 +18,10 @@ sub run {
|
|||||||
# than Rawhide and, for now, the flatpak build are still 46, so
|
# than Rawhide and, for now, the flatpak build are still 46, so
|
||||||
# we use the older flow there
|
# we use the older flow there
|
||||||
# FIXME!
|
# 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
|
# old flow
|
||||||
# wait for the export screen to appear and settle
|
# wait for the export screen to appear and settle
|
||||||
assert_screen('maps_button_export');
|
assert_screen('maps_button_export');
|
||||||
|
Loading…
Reference in New Issue
Block a user