summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2021-01-18 13:50:03 -0800
committerGitHub <noreply@github.com>2021-01-18 13:50:03 -0800
commit000102ef9b617e3da1f99d0b637602205304db11 (patch)
tree26c564e599edcf85e703db3a1f4b11523db5c4f8 /tests
parent2a5e3df0d707405b7dd6769d1f6ab58845176614 (diff)
Conditional didn't work in CI. (#1237)
* Conditional didn't work in CI. * Try to fix flaky exit.
Diffstat (limited to 'tests')
-rw-r--r--tests/features/steps/basic_commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/features/steps/basic_commands.py b/tests/features/steps/basic_commands.py
index 10696621..a1fca8b0 100644
--- a/tests/features/steps/basic_commands.py
+++ b/tests/features/steps/basic_commands.py
@@ -65,6 +65,7 @@ def step_ctrl_d(context):
Send Ctrl + D to hopefully exit.
"""
# turn off pager before exiting
+ context.cli.sendcontrol("c")
context.cli.sendline("\pset pager off")
wrappers.wait_prompt(context)
context.cli.sendcontrol("d")