From ec00f3c540e6a2fe999d3b93dc4d2caeb70c6114 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 13 Sep 2016 12:58:22 -0700 Subject: [PATCH] fix install_text test's timezone spoke handling I guess this was developed on F24, or an older F25? There is an additional choice showing up in production: before the tz choice, it asks if you want to set the tz or configure NTP. So we have to pick tz. --- tests/install_text.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/install_text.pm b/tests/install_text.pm index 2dc232ec..2f7e80ef 100644 --- a/tests/install_text.pm +++ b/tests/install_text.pm @@ -24,6 +24,8 @@ sub run { # Set timezone run_with_error_check(sub {type_string $spoke_number{"timezone"} . "\n"}, "anaconda_text_error"); wait_still_screen 5; + type_string "1\n"; # Set timezone + wait_still_screen 5; type_string "1\n"; # Europe wait_still_screen 5; type_string "37\n"; # Prague