From 02c47efab4c1038707be4a174ecf6d5a92ae1ce3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 2 Sep 2021 15:28:52 -0700 Subject: [PATCH] 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 --- .../apps/evince/evince_open_file_dialog.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/needles/gnome/apps/evince/evince_open_file_dialog.json b/needles/gnome/apps/evince/evince_open_file_dialog.json index 729a6c35..c57b8812 100644 --- a/needles/gnome/apps/evince/evince_open_file_dialog.json +++ b/needles/gnome/apps/evince/evince_open_file_dialog.json @@ -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" + ] } \ No newline at end of file