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:
parent
f9c0433acb
commit
188fe0f006
@ -49,6 +49,9 @@ keeplist = (
|
|||||||
"anaconda_text_error",
|
"anaconda_text_error",
|
||||||
# weather conditions can vary!
|
# weather conditions can vary!
|
||||||
"weather_icon",
|
"weather_icon",
|
||||||
|
# this needle shows the details when Software has a problem
|
||||||
|
# which does not happen very often
|
||||||
|
"software_button_details",
|
||||||
)
|
)
|
||||||
|
|
||||||
changed = False
|
changed = False
|
||||||
|
@ -99,6 +99,7 @@ sub run {
|
|||||||
# If there is an issue and Software reports it, let us click
|
# If there is an issue and Software reports it, let us click
|
||||||
# "Details" to see what the problem was to make later
|
# "Details" to see what the problem was to make later
|
||||||
# troubleshooting easier.
|
# 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)) {
|
if (check_screen("software_button_details", timeout => 30)) {
|
||||||
click_lastmatch();
|
click_lastmatch();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user