From 815c6b28e52890fe6e222f6f5db238903dbeea63 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 27 May 2022 11:01:27 -0700 Subject: [PATCH] check_default_fonts: wait_still_screen after launching terminal As we do in desktop_terminal. It's not always ready for input when the window is visible. Signed-off-by: Adam Williamson --- tests/check_default_fonts.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check_default_fonts.pm b/tests/check_default_fonts.pm index e85e12bf..6ff2ad91 100644 --- a/tests/check_default_fonts.pm +++ b/tests/check_default_fonts.pm @@ -23,6 +23,7 @@ sub run { menu_launch_type("terminal"); } assert_screen("apps_run_terminal"); + wait_still_screen(stilltime=>5, similarity_level=>42); # Run the test commands and record their output in the test file. enter_cmd("fc-match sans > test.txt");