mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-17 21:14:32 +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");
|
menu_launch_type("terminal");
|
||||||
}
|
}
|
||||||
assert_screen("apps_run_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.
|
# Run the test commands and record their output in the test file.
|
||||||
enter_cmd("fc-match sans > test.txt");
|
enter_cmd("fc-match sans > test.txt");
|
||||||
|
Loading…
Reference in New Issue
Block a user