From e977a70cb032ebef14deb3e2620588ba1a5dd32f Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 14 Sep 2023 12:45:24 +0200 Subject: [PATCH] Add print. --- lib/utils.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils.pm b/lib/utils.pm index aaaee796..81449a66 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -809,6 +809,7 @@ sub gnome_initial_setup { wait_screen_change { assert_and_click "next_button"; }; } else { + diag("CHECK: $next"); wait_screen_change { assert_and_click "next_button"; }; } }