widen reclaim_space_delete_btn area to make it unambiguous

this needle can actually also match the 'Delete all' button,
resulting in the test not doing what it should. openQA should
prefer the match closer to the area's location in the needle,
but https://openqa.fedoraproject.org/tests/31136 seems to show
this not happening, so let's make the match area wider in all
versions of the needle so it should no longer match the Delete
all button.
This commit is contained in:
Adam Williamson 2016-08-29 11:00:53 -07:00
parent 232dad604c
commit 5d7b46cb9d
4 changed files with 51 additions and 51 deletions

View File

@ -3,7 +3,7 @@
{
"height": 16,
"type": "match",
"width": 41,
"width": 48,
"xpos": 108,
"ypos": 519
}

View File

@ -1,18 +1,18 @@
{
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
],
"area": [
{
"type": "match",
"xpos": 108,
"height": 21,
"width": 46,
"ypos": 519
}
],
"properties": []
{
"area": [
{
"height": 21,
"type": "match",
"width": 53,
"xpos": 108,
"ypos": 519
}
],
"properties": [],
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}

View File

@ -1,18 +1,18 @@
{
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
],
"properties": [],
"area": [
{
"xpos": 108,
"height": 21,
"width": 46,
"ypos": 416,
"type": "match"
}
]
{
"area": [
{
"height": 21,
"type": "match",
"width": 53,
"xpos": 108,
"ypos": 416
}
],
"properties": [],
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}

View File

@ -1,17 +1,17 @@
{
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
],
"area": [
{
"xpos": 108,
"ypos": 517,
"width": 46,
"height": 21,
"type": "match"
}
]
{
"area": [
{
"height": 21,
"type": "match",
"width": 53,
"xpos": 108,
"ypos": 517
}
],
"tags": [
"anaconda_install_destination_reclaim_space_delete_btn",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}