From c8672f3b48d2e63730d3f62b53f5167903a8389f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Dec 2019 09:40:51 -0800 Subject: [PATCH] Widen match area in FreeIPA add button needle Otherwise we can get a problematic match on 'Add and Add Another' Signed-off-by: Adam Williamson --- .../webui_add_button-noicon-20191129.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/needles/freeipa/webui_add_button-noicon-20191129.json b/needles/freeipa/webui_add_button-noicon-20191129.json index 124e9038..8aaecd61 100644 --- a/needles/freeipa/webui_add_button-noicon-20191129.json +++ b/needles/freeipa/webui_add_button-noicon-20191129.json @@ -1,15 +1,15 @@ -{ - "area": [ - { - "ypos": 364, - "width": 25, - "height": 14, - "xpos": 702, - "type": "match" - } - ], - "properties": [], - "tags": [ - "freeipa_webui_add_button" - ] +{ + "area": [ + { + "height": 14, + "type": "match", + "width": 32, + "xpos": 698, + "ypos": 364 + } + ], + "properties": [], + "tags": [ + "freeipa_webui_add_button" + ] } \ No newline at end of file