mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
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:
parent
85d28ce4ab
commit
cb2f9ecee9
@ -91,9 +91,6 @@ sub run {
|
|||||||
send_key 'ret';
|
send_key 'ret';
|
||||||
}
|
}
|
||||||
check_desktop(timeout => 90);
|
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
|
# now, WE WAIT. this is just an unconditional wait - rather than
|
||||||
# breaking if we see an update notification appear - so we catch
|
# breaking if we see an update notification appear - so we catch
|
||||||
# things that crash a few minutes after startup, etc.
|
# things that crash a few minutes after startup, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user