1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-02-03 09:00:46 -08:00
parent 6a7c11466c
commit 245903dd0c
3 changed files with 63 additions and 63 deletions

View File

@ -1,22 +1,22 @@
{ {
"area": [ "area": [
{ {
"ypos": 521, "height": 17,
"type": "match", "type": "match",
"xpos": 521, "width": 42,
"height": 17, "xpos": 521,
"width": 62 "ypos": 521
}, },
{ {
"width": 20, "height": 19,
"height": 19, "type": "match",
"ypos": 84, "width": 20,
"xpos": 953, "xpos": 953,
"type": "match" "ypos": 84
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"firefox_addon_success" "firefox_addon_success"
] ]
} }

View File

@ -1,22 +1,22 @@
{ {
"area": [ "area": [
{ {
"xpos": 529, "height": 17,
"height": 17, "type": "match",
"width": 62, "width": 42,
"ypos": 521, "xpos": 529,
"type": "match" "ypos": 521
}, },
{ {
"type": "match", "height": 19,
"height": 19, "type": "match",
"ypos": 84, "width": 20,
"width": 20, "xpos": 953,
"xpos": 953 "ypos": 84
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"firefox_addon_success" "firefox_addon_success"
] ]
} }

View File

@ -1,22 +1,22 @@
{ {
"area": [ "area": [
{ {
"height": 17, "height": 17,
"width": 62, "type": "match",
"type": "match", "width": 42,
"ypos": 524, "xpos": 529,
"xpos": 529 "ypos": 524
}, },
{ {
"height": 19, "height": 19,
"xpos": 550, "type": "match",
"type": "match", "width": 20,
"width": 20, "xpos": 550,
"ypos": 128 "ypos": 128
} }
], ],
"properties": [], "properties": [],
"tags": [ "tags": [
"firefox_addon_success" "firefox_addon_success"
] ]
} }