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:
Adam Williamson 2023-02-22 08:04:29 -08:00
parent 4254906308
commit a4ff85695b
1 changed files with 1 additions and 1 deletions

View File

@ -769,11 +769,11 @@ sub handle_welcome_screen {
send_key "esc";
}
wait_still_screen 5;
set_var("_WELCOME_DONE", 1);
}
else {
record_soft_failure "Welcome tour missing";
}
set_var("_WELCOME_DONE", 1);
}
sub gnome_initial_setup {