1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-28 10:05:44 +00:00

Fix bad command regression

This commit is contained in:
Lukáš Růžička 2025-08-01 17:04:57 +02:00 committed by Adam Williamson
parent ed180028f2
commit 98b707e8d5

View File

@ -34,7 +34,7 @@ sub run {
assert_screen("connection_window");
# Log onto the system.
assert_and_check("connection_login_screen");
assert_and_click("connection_login_screen");
sleep(2);
type_very_safely("$password\n");
wait_still_screen(2);