From 245903dd0c6c2ca7562ee03e64874e29f22a31d1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 3 Feb 2023 09:00:46 -0800 Subject: [PATCH] Reduce a match area on firefox addon_success needle Now we sometimes have to scroll the page down to add the addon, the Remove button isn't always fully visible behind the popup. Signed-off-by: Adam Williamson --- needles/firefox/addon_success-20210607.json | 42 ++++++++++----------- needles/firefox/addon_success-20220503.json | 42 ++++++++++----------- needles/firefox/addon_success-20230117.json | 42 ++++++++++----------- 3 files changed, 63 insertions(+), 63 deletions(-) diff --git a/needles/firefox/addon_success-20210607.json b/needles/firefox/addon_success-20210607.json index 2c2474fc..fea261ca 100644 --- a/needles/firefox/addon_success-20210607.json +++ b/needles/firefox/addon_success-20210607.json @@ -1,22 +1,22 @@ -{ - "area": [ - { - "ypos": 521, - "type": "match", - "xpos": 521, - "height": 17, - "width": 62 - }, - { - "width": 20, - "height": 19, - "ypos": 84, - "xpos": 953, - "type": "match" - } - ], - "properties": [], - "tags": [ - "firefox_addon_success" - ] +{ + "area": [ + { + "height": 17, + "type": "match", + "width": 42, + "xpos": 521, + "ypos": 521 + }, + { + "height": 19, + "type": "match", + "width": 20, + "xpos": 953, + "ypos": 84 + } + ], + "properties": [], + "tags": [ + "firefox_addon_success" + ] } \ No newline at end of file diff --git a/needles/firefox/addon_success-20220503.json b/needles/firefox/addon_success-20220503.json index edc0e514..d59bfb61 100644 --- a/needles/firefox/addon_success-20220503.json +++ b/needles/firefox/addon_success-20220503.json @@ -1,22 +1,22 @@ -{ - "area": [ - { - "xpos": 529, - "height": 17, - "width": 62, - "ypos": 521, - "type": "match" - }, - { - "type": "match", - "height": 19, - "ypos": 84, - "width": 20, - "xpos": 953 - } - ], - "properties": [], - "tags": [ - "firefox_addon_success" - ] +{ + "area": [ + { + "height": 17, + "type": "match", + "width": 42, + "xpos": 529, + "ypos": 521 + }, + { + "height": 19, + "type": "match", + "width": 20, + "xpos": 953, + "ypos": 84 + } + ], + "properties": [], + "tags": [ + "firefox_addon_success" + ] } \ No newline at end of file diff --git a/needles/firefox/addon_success-20230117.json b/needles/firefox/addon_success-20230117.json index d5851fdd..6c31958c 100644 --- a/needles/firefox/addon_success-20230117.json +++ b/needles/firefox/addon_success-20230117.json @@ -1,22 +1,22 @@ -{ - "area": [ - { - "height": 17, - "width": 62, - "type": "match", - "ypos": 524, - "xpos": 529 - }, - { - "height": 19, - "xpos": 550, - "type": "match", - "width": 20, - "ypos": 128 - } - ], - "properties": [], - "tags": [ - "firefox_addon_success" - ] +{ + "area": [ + { + "height": 17, + "type": "match", + "width": 42, + "xpos": 529, + "ypos": 524 + }, + { + "height": 19, + "type": "match", + "width": 20, + "xpos": 550, + "ypos": 128 + } + ], + "properties": [], + "tags": [ + "firefox_addon_success" + ] } \ No newline at end of file