Fix install_mirrorlist_graphical test

anaconda's interface changed, so we need to adapt to that.
This commit is contained in:
Adam Williamson 2017-10-16 14:23:56 -07:00
parent 6416f177c5
commit 859f4acf4c

View File

@ -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"));