summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-09-26 16:06:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-09-26 16:06:30 +0200
commit31878b4b7bb9cdcefe6b4c2c2a854fafb20309af (patch)
treee089ed0756c764e44de21da53730e2674150d999
parentce2fa1339833c6db80e0d8608402c1732d42ead3 (diff)
downloadqutebrowser-31878b4b7bb9cdcefe6b4c2c2a854fafb20309af.tar.gz
qutebrowser-31878b4b7bb9cdcefe6b4c2c2a854fafb20309af.zip
Speculatively stabilize :history-clear tests
See #7415, #5390. Similar to ad429d9552a9f169a1122cb5784424848d4805e2.
-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, '')