Whoops, fix a wait_still_screen call from last commit

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-13 14:59:14 -07:00
parent 7465985c50
commit 86c975e49a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ sub run {
console_login(user => get_var("USER_LOGIN", "test"), password => get_var("USER_PASSWORD", "weakpassword"));
wait_still_screen 3;
type_string "sudo su\n";
wait_still screen 3;
wait_still_screen 3;
type_string "$password\n";
wait_still_screen 3;
my $root_password = get_var("ROOT_PASSWORD") || "weakpassword";