1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-27 08:17: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,15 +1,15 @@
{
"area": [
{
"xpos": 397,
"ypos": 91,
"width": 55,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"evince_open_file_dialog"
]
"area": [
{
"height": 20,
"type": "match",
"width": 33,
"xpos": 397,
"ypos": 91
}
],
"properties": [],
"tags": [
"evince_open_file_dialog"
]
}