diff --git a/tests/_graphical_input.pm b/tests/_graphical_input.pm index 0ce6f1c1..1f39d1ad 100644 --- a/tests/_graphical_input.pm +++ b/tests/_graphical_input.pm @@ -69,6 +69,8 @@ sub run { # expected layout configuration; e.g. for French we should # see 'ytreza', for Russian we should see 'некуцйytrewq' assert_screen 'desktop_input_expected_string'; + # clear the garbage for next command + send_key 'ctrl-c'; } }