Assert that terminal is really running (#144)

This commit is contained in:
Lukáš Růžička 2020-02-25 10:24:38 +01:00
parent adf3f91818
commit 5bfc22800c

View File

@ -14,6 +14,7 @@ sub run {
type_very_safely 'terminal';
send_key 'ret';
wait_still_screen 5;
assert_screen "apps_run_terminal";
# Register application
register_application("gnome-terminal");