1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-10-31 23:26:00 +00:00

Replace gis_tz_search_active needles with a non-cursor one

Matching on the cursor isn't reliable as it flashes and animates
a bit. Let's just match on an area to the right - this is
sufficient because the box doesn't have the blue surround unless
it's active.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-09-17 12:50:18 -07:00
parent b862803104
commit 04cadc2257
5 changed files with 3 additions and 19 deletions

View File

@ -1,16 +0,0 @@
{
"area": [
{
"ypos": 191,
"height": 44,
"type": "match",
"xpos": 249,
"width": 24
}
],
"properties": [],
"tags": [
"LANGUAGE-english",
"gis_tz_search_active"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

View File

@ -1,10 +1,10 @@
{
"area": [
{
"width": 24,
"type": "match",
"xpos": 249,
"width": 40,
"height": 44,
"xpos": 274,
"type": "match",
"ypos": 191
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB