From dc81c64f4fa58d34bb81f49a8a551736bf59c843 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 10 Apr 2019 12:46:45 -0700 Subject: [PATCH] Use type_very_safely for the desktop auth workaround type_safely just ain't safe enough, it seems. Signed-off-by: Adam Williamson --- tests/desktop_update_graphical.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index e442cb03..78f9634a 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -30,7 +30,7 @@ sub run { if (check_screen "auth_required", 10) { record_soft_failure "spurious 'auth required' - https://gitlab.gnome.org/GNOME/gnome-software/issues/582"; # bit sloppy but correct for both... - type_safely "weakpassword\n"; + type_very_safely "weakpassword\n"; } # this launches GNOME Software on GNOME, dunno for any other # desktop yet