1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-23 15:45:44 +00:00

Update PR after review

This commit is contained in:
Lukáš Růžička 2025-07-18 15:05:14 +02:00 committed by adamwill
parent f9c0433acb
commit 188fe0f006
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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();
}