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": [
{
"ypos": 521,
"type": "match",
"xpos": 521,
"height": 17,
"width": 62
},
{
"width": 20,
"height": 19,
"ypos": 84,
"xpos": 953,
"type": "match"
}
],
"properties": [],
"tags": [
"firefox_addon_success"
]
{
"area": [
{
"height": 17,
"type": "match",
"width": 42,
"xpos": 521,
"ypos": 521
},
{
"height": 19,
"type": "match",
"width": 20,
"xpos": 953,
"ypos": 84
}
],
"properties": [],
"tags": [
"firefox_addon_success"
]
}

View File

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

View File

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