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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-04-06 10:31:17 -07:00
parent 85d28ce4ab
commit cb2f9ecee9
1 changed files with 0 additions and 3 deletions

View File

@ -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.