From 714df8a15f76f10ba65a6a4baf73eb04d5d6d327 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 24 Jun 2021 20:41:15 +0200 Subject: More history test stabilization --- 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 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 " -- cgit v1.2.3-54-g00ecf