From 4e46478a463bbcd03514b2dfc98af2f3a2f55c13 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 7 Nov 2023 07:53:01 -1000 Subject: [PATCH] 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 --- ...package_tool_update_download-20220817.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/needles/gnome/desktop_package_tool_update_download-20220817.json b/needles/gnome/desktop_package_tool_update_download-20220817.json index d8d12b18..f0ca3e80 100644 --- a/needles/gnome/desktop_package_tool_update_download-20220817.json +++ b/needles/gnome/desktop_package_tool_update_download-20220817.json @@ -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" + ] } \ No newline at end of file