gnome-initial-setup: add one more check for that auth_required

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-06-17 08:17:49 -07:00
parent 6a82a7b222
commit f96c14adc0
1 changed files with 5 additions and 0 deletions

View File

@ -627,6 +627,11 @@ sub gnome_initial_setup {
}
# wait a bit in case of animation
wait_still_screen 3;
# one more check for frickin auth_required
if (check_screen "auth_required") {
record_soft_failure "Unexpected authentication required: https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/106";
send_key "esc";
}
# GDM 3.24.1 dumps a cursor in the middle of the screen here...
mouse_hide if ($args{prelogin});
for my $n (1..scalar(@nexts)) {