diff --git a/tests/install_source_graphical.pm b/tests/install_source_graphical.pm index 4e7e9ecd..4217495a 100644 --- a/tests/install_source_graphical.pm +++ b/tests/install_source_graphical.pm @@ -45,7 +45,10 @@ sub run { type_safely $repourl; # select as mirror list - assert_and_click "anaconda_install_source_repo_select_mirrorlist"; + send_key "tab"; + send_key "tab"; + send_key "down"; + send_key "down"; } elsif (get_var("REPOSITORY_GRAPHICAL")) { $repourl = get_full_repo(get_var("REPOSITORY_GRAPHICAL"));