mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-04 15:24:20 +00:00
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:
parent
232dad604c
commit
5d7b46cb9d
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"height": 16,
|
"height": 16,
|
||||||
"type": "match",
|
"type": "match",
|
||||||
"width": 41,
|
"width": 48,
|
||||||
"xpos": 108,
|
"xpos": 108,
|
||||||
"ypos": 519
|
"ypos": 519
|
||||||
}
|
}
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"tags": [
|
"area": [
|
||||||
"anaconda_install_destination_reclaim_space_delete_btn",
|
{
|
||||||
"ENV-DISTRI-fedora",
|
"height": 21,
|
||||||
"LANGUAGE-english",
|
"type": "match",
|
||||||
"ENV-FLAVOR-server"
|
"width": 53,
|
||||||
],
|
"xpos": 108,
|
||||||
"area": [
|
"ypos": 519
|
||||||
{
|
}
|
||||||
"type": "match",
|
],
|
||||||
"xpos": 108,
|
"properties": [],
|
||||||
"height": 21,
|
"tags": [
|
||||||
"width": 46,
|
"anaconda_install_destination_reclaim_space_delete_btn",
|
||||||
"ypos": 519
|
"ENV-DISTRI-fedora",
|
||||||
}
|
"LANGUAGE-english",
|
||||||
],
|
"ENV-FLAVOR-server"
|
||||||
"properties": []
|
]
|
||||||
}
|
}
|
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"tags": [
|
"area": [
|
||||||
"anaconda_install_destination_reclaim_space_delete_btn",
|
{
|
||||||
"ENV-DISTRI-fedora",
|
"height": 21,
|
||||||
"LANGUAGE-english",
|
"type": "match",
|
||||||
"ENV-FLAVOR-server"
|
"width": 53,
|
||||||
],
|
"xpos": 108,
|
||||||
"properties": [],
|
"ypos": 416
|
||||||
"area": [
|
}
|
||||||
{
|
],
|
||||||
"xpos": 108,
|
"properties": [],
|
||||||
"height": 21,
|
"tags": [
|
||||||
"width": 46,
|
"anaconda_install_destination_reclaim_space_delete_btn",
|
||||||
"ypos": 416,
|
"ENV-DISTRI-fedora",
|
||||||
"type": "match"
|
"LANGUAGE-english",
|
||||||
}
|
"ENV-FLAVOR-server"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"tags": [
|
"area": [
|
||||||
"anaconda_install_destination_reclaim_space_delete_btn",
|
{
|
||||||
"ENV-DISTRI-fedora",
|
"height": 21,
|
||||||
"LANGUAGE-english",
|
"type": "match",
|
||||||
"ENV-FLAVOR-server"
|
"width": 53,
|
||||||
],
|
"xpos": 108,
|
||||||
"area": [
|
"ypos": 517
|
||||||
{
|
}
|
||||||
"xpos": 108,
|
],
|
||||||
"ypos": 517,
|
"tags": [
|
||||||
"width": 46,
|
"anaconda_install_destination_reclaim_space_delete_btn",
|
||||||
"height": 21,
|
"ENV-DISTRI-fedora",
|
||||||
"type": "match"
|
"LANGUAGE-english",
|
||||||
}
|
"ENV-FLAVOR-server"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user