mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Drop another unnecessary release number condition
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a2df6d976b
commit
5beb87cc16
@ -129,12 +129,10 @@ sub run {
|
||||
last;
|
||||
}
|
||||
}
|
||||
# for KDE we need to double-click after kde-settings-34.6-1,
|
||||
# which is stable now.
|
||||
# FIXME: when F33 goes EOL, make the condition just "if kde"
|
||||
# for KDE we need to double-click
|
||||
my $relnum = get_release_number;
|
||||
my $dclick = 0;
|
||||
$dclick = 1 if (get_var("DESKTOP") eq "kde" && $relnum > 33);
|
||||
$dclick = 1 if (get_var("DESKTOP") eq "kde");
|
||||
assert_and_click("live_start_anaconda_icon", dclick=>$dclick);
|
||||
unless (check_screen "anaconda_select_install_lang", 180) {
|
||||
# click it again - on KDE since 2019-10 or so it seems
|
||||
|
Loading…
Reference in New Issue
Block a user