1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-28 16:43:09 +00:00

Fix typing.

This commit is contained in:
Lukáš Růžička 2019-11-05 15:18:00 +01:00
parent 0d7dd41ca1
commit bf75ec19b0

View File

@ -47,14 +47,20 @@ sub run {
assert_and_click "win_setup_bluenext";
# Fill-in the account name
assert_and_click "win_setup_select_username";
sleep 1;
type_very_safely "Fedora";
assert_and_click "win_setup_bluenext";
# Fill-in the password
assert_and_click "win_setup_select_password";
sleep 1;
type_very_safely "weakpassword";
assert_and_click "win_setup_bluenext";
# Confirm the password
assert_and_click "win_setup_select_password";
sleep 1;
type_very_safely "weakpassword";
assert_and_click "win_setup_bluenext";