1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 10:23:09 +00:00

Specify click_point for Japanese needle from last commit

Now we have two areas, openQA wants to click in the wrong one.
Let's tell it which one to click in.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-08-03 14:36:59 -07:00
parent 7eb4e29f73
commit eab06ad96f

View File

@ -5,7 +5,8 @@
"type": "match", "type": "match",
"width": 49, "width": 49,
"xpos": 488, "xpos": 488,
"ypos": 478 "ypos": 478,
"click_point": "center"
}, },
{ {
"height": 17, "height": 17,
@ -19,4 +20,4 @@
"tags": [ "tags": [
"desktop_input_source_japanese" "desktop_input_source_japanese"
] ]
} }