1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +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,18 +1,18 @@
{ {
"area": [ "area": [
{ {
"ypos": 521,
"type": "match",
"xpos": 521,
"height": 17, "height": 17,
"width": 62 "type": "match",
"width": 42,
"xpos": 521,
"ypos": 521
}, },
{ {
"width": 20,
"height": 19, "height": 19,
"ypos": 84, "type": "match",
"width": 20,
"xpos": 953, "xpos": 953,
"type": "match" "ypos": 84
} }
], ],
"properties": [], "properties": [],

View File

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

View File

@ -2,16 +2,16 @@
"area": [ "area": [
{ {
"height": 17, "height": 17,
"width": 62,
"type": "match", "type": "match",
"ypos": 524, "width": 42,
"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
} }
], ],