From 86c975e49aa7054148778bf138fce17ddc064346 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 13 Apr 2024 14:59:14 -0700 Subject: [PATCH] Whoops, fix a wait_still_screen call from last commit Signed-off-by: Adam Williamson --- tests/_graphical_wait_login.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 851e1254..264150ed 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -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";