mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-29 00:53:09 +00:00
Drop the match level on zezere claim button needle
This often seems to get a 90-95% match for some reason. Let's just drop the threshold. I think it may be a kerning difference based on the width of the MAC address? Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f56b6c6c2a
commit
6f221809b1
@ -5,7 +5,8 @@
|
|||||||
"xpos": 185,
|
"xpos": 185,
|
||||||
"ypos": 222,
|
"ypos": 222,
|
||||||
"type": "match",
|
"type": "match",
|
||||||
"width": 35
|
"width": 35,
|
||||||
|
"match": 90
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user