mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 18:04:25 +00:00
handle_welcome_screen: only set _WELCOME_DONE if we saw it
This is to handle a temporary condition where the screen isn't present on the KDE base disk images for F38 or F39 yet, so they only see it on the second boot on update tests, but don't handle it because we marked it as already 'done'. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4254906308
commit
a4ff85695b
@ -769,11 +769,11 @@ sub handle_welcome_screen {
|
|||||||
send_key "esc";
|
send_key "esc";
|
||||||
}
|
}
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
|
set_var("_WELCOME_DONE", 1);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
record_soft_failure "Welcome tour missing";
|
record_soft_failure "Welcome tour missing";
|
||||||
}
|
}
|
||||||
set_var("_WELCOME_DONE", 1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub gnome_initial_setup {
|
sub gnome_initial_setup {
|
||||||
|
Loading…
Reference in New Issue
Block a user