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

Reduce match area on Evince open needle

This will make it match even when partially obscured by a
notification, as in https://openqa.fedoraproject.org/tests/967109

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-02 15:28:52 -07:00
parent cb8ea979a3
commit 02c47efab4

View File

@ -1,11 +1,11 @@
{ {
"area": [ "area": [
{ {
"xpos": 397,
"ypos": 91,
"width": 55,
"height": 20, "height": 20,
"type": "match" "type": "match",
"width": 33,
"xpos": 397,
"ypos": 91
} }
], ],
"properties": [], "properties": [],