Fix langselect
This commit is contained in:
parent
f58ffd139d
commit
047d707326
2 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ sub handle_welcome {
|
|||
wait_still_screen(2);
|
||||
assert_and_click('gis_lang_czech_select');
|
||||
assert_and_click('next_button');
|
||||
set_var('LANGSELECT');
|
||||
}
|
||||
else {
|
||||
assert_and_click('gis_button_start_setup');
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ sub run {
|
|||
my $password = get_var("TESTPASSWORD", "nottingham");
|
||||
|
||||
my $locale_check = 0;
|
||||
$locale_check = 1 if (get_var('LANGSELECT'));
|
||||
|
||||
# Switch to the serial console. To run commands successfully,
|
||||
# we need to load english keyboard layout. Otherwise, we cannot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue