From 5beb87cc160cae0858b22c1d67783714b35346e6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 16 May 2022 16:14:02 -0700 Subject: [PATCH] Drop another unnecessary release number condition Signed-off-by: Adam Williamson --- tests/_boot_to_anaconda.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 9303fc80..f52e3fb3 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -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