Fix firefox addon_success needle

I updated this last month without looking closely enough; one of
the matches was bogus. We now don't seem to get the 'added to
Firefox' popup any more, so we can't match on it, but I guess we
can match on the 'remove' button as an indicator that the add
worked.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-02-07 12:10:21 -08:00
parent 66e53feb4d
commit 80ddb89f91
1 changed files with 21 additions and 21 deletions

View File

@ -1,22 +1,22 @@
{ {
"area": [ "area": [
{ {
"ypos": 705, "height": 15,
"width": 32, "type": "match",
"type": "match", "width": 15,
"height": 34, "xpos": 504,
"xpos": 58 "ypos": 500
}, },
{ {
"width": 20, "height": 19,
"ypos": 71, "type": "match",
"xpos": 953, "width": 20,
"height": 19, "xpos": 953,
"type": "match" "ypos": 71
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"firefox_addon_success" "firefox_addon_success"
] ]
} }