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:
parent
0d7dd41ca1
commit
bf75ec19b0
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user