mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Handle restart.
This commit is contained in:
parent
6542a90203
commit
e8d1045ff0
@ -65,8 +65,9 @@ sub run {
|
|||||||
if match_has_tag('desktop_package_tool_password'){
|
if match_has_tag('desktop_package_tool_password'){
|
||||||
type_very_safely(get_var('USER_PASSWORD','weakpassword'));
|
type_very_safely(get_var('USER_PASSWORD','weakpassword'));
|
||||||
assert_and_click('desktop_package_tool_authenticate','',30);
|
assert_and_click('desktop_package_tool_authenticate','',30);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
assert_and_click('desktop_package_tool_restart','',30);
|
||||||
|
|
||||||
boot_to_login_screen;
|
boot_to_login_screen;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user