1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-09-09 16:05:46 +00:00

Add upper arrow

This commit is contained in:
Lukáš Růžička 2025-08-04 16:34:44 +02:00 committed by Adam Williamson
parent 3042730760
commit 69ffa7920f

View File

@ -21,6 +21,8 @@ sub run {
# Unlock the session if it has locked in the meantime.
if (check_screen("panel_screen_locked")) {
send_key("up");
sleep(1);
type_very_safely("$password\n");
}