diff --git a/tests/pexpects/bind_mode_events.py b/tests/pexpects/bind_mode_events.py index 1fff5dd5b..a68451af9 100644 --- a/tests/pexpects/bind_mode_events.py +++ b/tests/pexpects/bind_mode_events.py @@ -25,6 +25,9 @@ send( ) expect_prompt() +sendline("echo 'Catch' 'up'") +expect_prompt("Catch up") + # normal mode send("\033") sleep(10 if "CI" in os.environ else 1)