diff --git a/tests/install_source_graphical.pm b/tests/install_source_graphical.pm index 4217495a..004bf43c 100644 --- a/tests/install_source_graphical.pm +++ b/tests/install_source_graphical.pm @@ -45,10 +45,13 @@ sub run { type_safely $repourl; # select as mirror list + my $relnum = get_release_number; send_key "tab"; send_key "tab"; send_key "down"; - send_key "down"; + # since anaconda-33.17-1.fc33 we only have to press down *one* + # time to select 'mirrorlist' + send_key "down" if ($relnum < 33); } elsif (get_var("REPOSITORY_GRAPHICAL")) { $repourl = get_full_repo(get_var("REPOSITORY_GRAPHICAL"));