Tweak update download needle to try and avoid upgrade match

In Fedora 38, now F39 is available, there's a Download button
for upgrade to F39 as well as a Download button for F38 updates.
Unfortunately they're nearly identical, and openQA is matching
on the upgrade one, not the update one. This stretches the match
area off the top of the button to include its different
background, which should make the match unique and I hope also
work for F37 (where the button is a different width, so we can't
easily go off the side). Will tweak if this doesn't work.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-11-07 07:53:01 -10:00
parent dd946b0960
commit 4e46478a46
1 changed files with 15 additions and 15 deletions

View File

@ -1,16 +1,16 @@
{
"area": [
{
"xpos": 696,
"height": 16,
"type": "match",
"width": 71,
"ypos": 112
}
],
"properties": [],
"tags": [
"DESKTOP-gnome",
"desktop_package_tool_update_download"
]
{
"area": [
{
"height": 36,
"type": "match",
"width": 71,
"xpos": 696,
"ypos": 92
}
],
"properties": [],
"tags": [
"DESKTOP-gnome",
"desktop_package_tool_update_download"
]
}