From 86c975e49aa7054148778bf138fce17ddc064346 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Apr 13 2024 21:59:14 +0000 Subject: Whoops, fix a wait_still_screen call from last commit Signed-off-by: Adam Williamson --- diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 851e125..264150e 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";