mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-25 14:41:27 +00:00
Assert that terminal is really running (#144)
This commit is contained in:
parent
adf3f91818
commit
5bfc22800c
@ -14,6 +14,7 @@ sub run {
|
|||||||
type_very_safely 'terminal';
|
type_very_safely 'terminal';
|
||||||
send_key 'ret';
|
send_key 'ret';
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
|
assert_screen "apps_run_terminal";
|
||||||
|
|
||||||
# Register application
|
# Register application
|
||||||
register_application("gnome-terminal");
|
register_application("gnome-terminal");
|
||||||
|
Loading…
Reference in New Issue
Block a user