From cb2f9ecee98f3c4020fd372eaab5ff1633d191e0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 6 Apr 2023 10:31:17 -0700 Subject: [PATCH] KDE doesn't show welcome tour on live any more, drop handling We actually get a softfail because we're expecting it; now it's been fixed not to show up, drop the code that expects it. Signed-off-by: Adam Williamson --- tests/desktop_notifications.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index 27f940b1..f83b1a1e 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -91,9 +91,6 @@ sub run { send_key 'ret'; } check_desktop(timeout => 90); - # KDE lives on F38+ show the 'welcome tour' here and it messes - # with the needles because transparency, let's get rid - handle_welcome_screen if ($desktop eq 'kde' && !get_var("BOOTFROM")); # now, WE WAIT. this is just an unconditional wait - rather than # breaking if we see an update notification appear - so we catch # things that crash a few minutes after startup, etc.