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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-12-06 09:40:51 -08:00
parent a9f1591c32
commit c8672f3b48

View File

@ -1,15 +1,15 @@
{ {
"area": [ "area": [
{ {
"ypos": 364, "height": 14,
"width": 25, "type": "match",
"height": 14, "width": 32,
"xpos": 702, "xpos": 698,
"type": "match" "ypos": 364
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"freeipa_webui_add_button" "freeipa_webui_add_button"
] ]
} }