From 750f26b43baee1985b4bddc49e93e280153cdec6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 3 Mar 2023 10:28:43 -0800 Subject: [PATCH] graphical_input: also type hotkey on the *second* attempt Signed-off-by: Adam Williamson --- tests/_graphical_input.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_graphical_input.pm b/tests/_graphical_input.pm index a6b8d006..46021d91 100644 --- a/tests/_graphical_input.pm +++ b/tests/_graphical_input.pm @@ -20,7 +20,7 @@ sub run { unless (check_screen "desktop_add_input_source", 30) { # first attempt to run this often fails for some reason check_desktop; - menu_launch_type "keyboard"; + menu_launch_type "hotkey"; } assert_and_click "desktop_add_input_source"; assert_and_click "desktop_input_source_japanese";