From 27fe0710ec5740be4cfa3dbbbeafaea5116629c3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 28 Sep 2021 13:02:14 -0700 Subject: [PATCH] _graphical_input: add a wait at the start We sometimes type 'keyboard' at the overview and get no results. This might help something finish caching or whatever, let's see. Signed-off-by: Adam Williamson --- tests/_graphical_input.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_graphical_input.pm b/tests/_graphical_input.pm index dd412154..88c1be2a 100644 --- a/tests/_graphical_input.pm +++ b/tests/_graphical_input.pm @@ -6,6 +6,8 @@ use utils; sub run { my $relnum = get_release_number; if (get_var("LANGUAGE") eq 'japanese' && $relnum > 33) { + # give GNOME a minute to settle + wait_still_screen 5; # since g-i-s new user mode was dropped and the replacement # doesn't do input method selection, and anaconda never has, # we have to set up the input method manually: