Set up variable correctly
Some checks failed
CI via Tox and perl / tox (pull_request) Successful in 2m1s
CI via Tox and perl / perl (pull_request) Successful in 4m7s
CI via Tox and perl / checkwiki (pull_request) Failing after 1m7s

This commit is contained in:
Lukáš Růžička 2026-04-28 14:40:40 +02:00
commit 0e593c9fe5

View file

@ -36,7 +36,7 @@ sub handle_welcome {
wait_still_screen(2);
assert_and_click('gis_lang_czech_select');
assert_and_click('next_button');
set_var('LANGSELECT');
set_var('LANGSELECT', '1');
}
else {
assert_and_click('gis_button_start_setup');