From 31878b4b7bb9cdcefe6b4c2c2a854fafb20309af Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 Sep 2022 16:06:30 +0200 Subject: Speculatively stabilize :history-clear tests See #7415, #5390. Similar to ad429d9552a9f169a1122cb5784424848d4805e2. --- tests/end2end/features/test_history_bdd.py | 1 + 1 file changed, 1 insertion(+) 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, '') -- cgit v1.2.3-54-g00ecf