From cc2d53b4ed6ba8d58a7291ecc547ad2d9bb405fb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 20 Mar 2017 11:32:50 -0700 Subject: [PATCH] Wait a bit after input switch before doing Japanese typing --- tests/_graphical_input.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_graphical_input.pm b/tests/_graphical_input.pm index 6122f06b..02602e9c 100644 --- a/tests/_graphical_input.pm +++ b/tests/_graphical_input.pm @@ -12,6 +12,8 @@ sub run { # works. If we ever test other input-method based languages we can # generalize this out, for now we just inline Japanese if (get_var("LANGUAGE") eq 'japanese') { + # wait a bit for input switch to complete + sleep 3; # assume we can test input from whatever 'alt-f1' opens send_key "alt-f1"; type_safely "yama";