From 5bfc22800c02493e88b861e4462d998fe97ffb20 Mon Sep 17 00:00:00 2001 From: Lukáš Růžička Date: Feb 25 2020 09:24:38 +0000 Subject: Assert that terminal is really running (#144) --- diff --git a/tests/apps_startstop/gnome/terminal.pm b/tests/apps_startstop/gnome/terminal.pm index ad0232d..afeea47 100644 --- a/tests/apps_startstop/gnome/terminal.pm +++ b/tests/apps_startstop/gnome/terminal.pm @@ -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");