mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-05 13:31:24 +00:00
90d64434b4
The F26 background does not change with the time of day, so that needle should serve as-is, it's just no use for Rawhide. For Rawhide, let's try a needle with an OCR match on 'Activities', plus a tiny match area for a pure white block (expected to be matched in the user menu area), since os-autoinst requires all needles to include a match area for some reason.
25 lines
397 B
JSON
25 lines
397 B
JSON
{
|
|
"properties": [],
|
|
"area": [
|
|
{
|
|
"type": "match",
|
|
"width": 67,
|
|
"xpos": 9,
|
|
"height": 15,
|
|
"ypos": 7
|
|
},
|
|
{
|
|
"type": "match",
|
|
"xpos": 970,
|
|
"width": 43,
|
|
"height": 18,
|
|
"ypos": 4
|
|
}
|
|
],
|
|
"tags": [
|
|
"DESKTOP-gnome",
|
|
"ENV-DISTRI-fedora",
|
|
"LANGUAGE-english",
|
|
"graphical_desktop_clean"
|
|
]
|
|
} |