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.
This commit is contained in:
parent
016074d247
commit
ec00f3c540
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user