From 188fe0f006724ecf2e478854a2cb689b2f298209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Fri, 18 Jul 2025 15:05:14 +0200 Subject: [PATCH] Update PR after review --- cleanup-needles.py | 3 +++ tests/desktop_update_graphical.pm | 1 + 2 files changed, 4 insertions(+) diff --git a/cleanup-needles.py b/cleanup-needles.py index bc5384b7..d3b29c0c 100755 --- a/cleanup-needles.py +++ b/cleanup-needles.py @@ -49,6 +49,9 @@ keeplist = ( "anaconda_text_error", # weather conditions can vary! "weather_icon", + # this needle shows the details when Software has a problem + # which does not happen very often + "software_button_details", ) changed = False diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index cfd0f423..bb989858 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -99,6 +99,7 @@ sub run { # If there is an issue and Software reports it, let us click # "Details" to see what the problem was to make later # troubleshooting easier. + record_info("Details button", "If subject is shown but no details appeared, you might want to update the software_button_details needle."); if (check_screen("software_button_details", timeout => 30)) { click_lastmatch(); }