Fix install_mirrorlist_graphical test
anaconda's interface changed, so we need to adapt to that.
This commit is contained in:
parent
6416f177c5
commit
859f4acf4c
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user