diff --git a/lib/utils.pm b/lib/utils.pm index 8030229f..e3db0653 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -756,7 +756,7 @@ sub gnome_initial_setup { # redundant for network installs) # FIXME modify this to drop the pages on F39+ live installs # once the anaconda PR is merged or addressed some other way - if ($relnum < 40) { + if ($relnum < 39) { @nexts = grep { $_ ne 'keyboard' } @nexts; @nexts = grep { $_ ne 'timezone' } @nexts; } diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index a8f9c1fb..3d2dee20 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -91,7 +91,7 @@ sub run { type_very_safely get_var("USER_PASSWORD", "weakpassword"); send_key 'ret'; } - elsif ($desktop eq 'gnome' && $relnum > 39) { + elsif ($desktop eq 'gnome' && $relnum > 38) { # since g-i-s 45~beta-3 we get a short g-i-s flow on live boot # then the welcome tour gnome_initial_setup(live => 1, livetry => 1);