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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-05-27 11:01:27 -07:00
parent e9de5f28a3
commit 815c6b28e5
1 changed files with 1 additions and 0 deletions

View File

@ -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");