From 6aa52fc3cb7ae2dd8ad7df24de5bab532a658d87 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 23 Feb 2023 15:06:07 -0800 Subject: [PATCH] Drop similarity level on a wait_still_screen with a cursor 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 86bc6242..986ec58b 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -72,7 +72,7 @@ sub run { assert_screen "graphical_login_input"; # seems like we often double-type on aarch64 if we start right # away - wait_still_screen 5; + wait_still_screen(stilltime => 5, similarity_level => 38); _enter_password($password); }