mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-01 09: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";
|
assert_and_click "win_setup_bluenext";
|
||||||
|
|
||||||
# Fill-in the account name
|
# Fill-in the account name
|
||||||
|
assert_and_click "win_setup_select_username";
|
||||||
|
sleep 1;
|
||||||
type_very_safely "Fedora";
|
type_very_safely "Fedora";
|
||||||
assert_and_click "win_setup_bluenext";
|
assert_and_click "win_setup_bluenext";
|
||||||
|
|
||||||
# Fill-in the password
|
# Fill-in the password
|
||||||
|
assert_and_click "win_setup_select_password";
|
||||||
|
sleep 1;
|
||||||
type_very_safely "weakpassword";
|
type_very_safely "weakpassword";
|
||||||
assert_and_click "win_setup_bluenext";
|
assert_and_click "win_setup_bluenext";
|
||||||
|
|
||||||
# Confirm the password
|
# Confirm the password
|
||||||
|
assert_and_click "win_setup_select_password";
|
||||||
|
sleep 1;
|
||||||
type_very_safely "weakpassword";
|
type_very_safely "weakpassword";
|
||||||
assert_and_click "win_setup_bluenext";
|
assert_and_click "win_setup_bluenext";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user