1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Drop dupe version_37 needle and just make the original shorter

I think the reason the match failed is the pixels under the text
changed when the pre-release warning disappeared. We don't really
need a new needle, we just need to make the existing one less
tall so no part of the text underneath is included.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-18 09:28:25 -07:00
parent b84125d4f5
commit 13d3fedcd6
3 changed files with 14 additions and 29 deletions

View File

@ -1,15 +1,15 @@
{
"area": [
{
"ypos": 13,
"width": 84,
"height": 20,
"xpos": 786,
"type": "match"
}
],
"properties": [],
"tags": [
"version_37_ident"
]
{
"area": [
{
"height": 18,
"type": "match",
"width": 84,
"xpos": 786,
"ypos": 13
}
],
"properties": [],
"tags": [
"version_37_ident"
]
}

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 924,
"height": 20,
"ypos": 13,
"width": 84,
"type": "match"
}
],
"properties": [],
"tags": [
"version_37_ident"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB