mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
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:
parent
dd946b0960
commit
4e46478a46
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user