summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-24 20:41:15 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-24 20:41:15 +0200
commit714df8a15f76f10ba65a6a4baf73eb04d5d6d327 (patch)
tree6bd867b0bcb6ee60126fbcc6d88deaa7a60f57a9
parent4899d1d10f612fa9f0477cd7e7d1f30db746fc89 (diff)
downloadqutebrowser-714df8a15f76f10ba65a6a4baf73eb04d5d6d327.tar.gz
qutebrowser-714df8a15f76f10ba65a6a4baf73eb04d5d6d327.zip
More history test stabilization
-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 29958c3e6..f2e018b9f 100644
--- a/tests/end2end/features/test_history_bdd.py
+++ b/tests/end2end/features/test_history_bdd.py
@@ -33,6 +33,7 @@ def turn_on_sql_history(quteproc):
cmd = ":debug-pyeval objects.debug_flags.remove('no-sql-history')"
quteproc.send_cmd(cmd)
quteproc.wait_for_load_finished_url('qute://pyeval')
+ quteproc.wait_for(message='INSERT INTO History *', category='sql')
@bdd.then(bdd.parsers.parse("the query parameter {name} should be set to "