mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
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:
parent
e9de5f28a3
commit
815c6b28e5
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user