summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/end2end/features/test_history_bdd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/features/test_history_bdd.py b/tests/end2end/features/test_history_bdd.py
index f2e018b9f..a68c7d621 100644
--- a/tests/end2end/features/test_history_bdd.py
+++ b/tests/end2end/features/test_history_bdd.py
@@ -67,4 +67,5 @@ def check_history(quteproc, server, tmpdir, expected):
@bdd.then("the history should be empty")
def check_history_empty(quteproc, server, tmpdir):
+ quteproc.wait_for(message='DELETE FROM History', category='sql')
check_history(quteproc, server, tmpdir, '')