From 70d3f0269c00956dfd553cedae404f5b1dd8a374 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 28 Mar 2018 22:17:33 -0700 Subject: [PATCH] Of course, we have to actually auth *properly*... ...just clicking the button ain't gonna work. D'oh. Signed-off-by: Adam Williamson --- tests/_graphical_wait_login.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 5ba8946c..a7831b29 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -58,7 +58,8 @@ sub run { if (get_var("SUBVARIANT") eq 'AtomicWorkstation') { if (check_screen "desktop_auth_required", 120) { record_soft_failure "Update auth dialog on FAW - #1561853"; - assert_and_click "desktop_auth_required"; + type_very_safely $password; + send_key "ret"; } }