fix ARM initial-setup handling for extra choice
As with the text install test, there's an additional choice on the 'Time settings' path compared to whatever image garret developed the test on; right after 'Time settings' you have to pick 'Set timezone' or 'Configure NTP servers'. So adjust the test to handle this, just like we did there.
This commit is contained in:
parent
e9ce14a891
commit
8a6529526f
@ -11,6 +11,8 @@ sub run {
|
||||
# Set timezone
|
||||
type_string "2\n";
|
||||
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