From f96c14adc00d47dfbd29b49bcaa58f7183f9b8bf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 17 Jun 2020 08:17:49 -0700 Subject: [PATCH] gnome-initial-setup: add one more check for that auth_required Signed-off-by: Adam Williamson --- lib/utils.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/utils.pm b/lib/utils.pm index c30acd89..3ac58491 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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)) {