From a7504441dead3191520cda09460e2c5fa326d3db Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 12 Jul 2021 16:16:45 -0700 Subject: [PATCH] Tighten match area to fix matching against trivial change Latest Firefox has moved the underline down slightly for some dumb reason. This tweaks the match area to only the text, so it matches wherever the underline is. Signed-off-by: Adam Williamson --- .../firefox/addon_install-kde-20210607.json | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/needles/firefox/addon_install-kde-20210607.json b/needles/firefox/addon_install-kde-20210607.json index d9dffeb7..f60cd9fc 100644 --- a/needles/firefox/addon_install-kde-20210607.json +++ b/needles/firefox/addon_install-kde-20210607.json @@ -1,22 +1,22 @@ -{ - "area": [ - { - "width": 24, - "height": 39, - "ypos": 116, - "xpos": 281, - "type": "match" - }, - { - "height": 16, - "width": 26, - "type": "match", - "xpos": 650, - "ypos": 282 - } - ], - "properties": [], - "tags": [ - "firefox_addon_install" - ] +{ + "area": [ + { + "height": 39, + "type": "match", + "width": 24, + "xpos": 281, + "ypos": 116 + }, + { + "height": 11, + "type": "match", + "width": 26, + "xpos": 650, + "ypos": 284 + } + ], + "properties": [], + "tags": [ + "firefox_addon_install" + ] } \ No newline at end of file