1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 23:17:21 +00:00

Handle restart.

This commit is contained in:
Lukas Ruzicka 2018-07-10 16:46:06 +02:00
parent 6542a90203
commit e8d1045ff0

View File

@ -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;
} }