1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

Tweak Japanese input source needle to avoid false match

The main screen now also has identical "Japanese" (that's what it
says) text. To avoid false matching before the picker opens, add
another match area.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-08-03 10:46:37 -07:00
parent 7d14da3746
commit 7eb4e29f73

View File

@ -1,11 +1,18 @@
{
"area": [
{
"xpos": 488,
"ypos": 478,
"width": 49,
"height": 22,
"type": "match"
"type": "match",
"width": 49,
"xpos": 488,
"ypos": 478
},
{
"height": 17,
"type": "match",
"width": 77,
"xpos": 450,
"ypos": 187
}
],
"properties": [],