From d0ac2a5ba8819b8fb58c731b4fd58c7913bcc49e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 23 Aug 2023 10:19:56 -0700 Subject: [PATCH] notifications: also handle the welcome tour on live flow Seems with the g-i-s / anaconda webUI changes we also get the welcome tour here now. Signed-off-by: Adam Williamson --- tests/desktop_notifications.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index da0bab90..a8f9c1fb 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -93,7 +93,9 @@ sub run { } elsif ($desktop eq 'gnome' && $relnum > 39) { # since g-i-s 45~beta-3 we get a short g-i-s flow on live boot + # then the welcome tour gnome_initial_setup(live => 1, livetry => 1); + handle_welcome_screen; } check_desktop(timeout => 90); # now, WE WAIT. this is just an unconditional wait - rather than