From 859f4acf4cc336610451f3e70732b5ee9437fcd8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 16 Oct 2017 14:23:56 -0700 Subject: [PATCH] Fix install_mirrorlist_graphical test anaconda's interface changed, so we need to adapt to that. --- tests/install_source_graphical.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"));