From ae72841856a3374980c839f9d7543f949e28d9c7 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 13 Apr 2016 12:10:09 +0200 Subject: [PATCH] read the wait_for code --- tests/integration/test_hints_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_hints_html.py b/tests/integration/test_hints_html.py index d31f09b33..3fe08e88e 100644 --- a/tests/integration/test_hints_html.py +++ b/tests/integration/test_hints_html.py @@ -85,6 +85,6 @@ def test_word_hints_issue1393(quteproc, tmpdir): for hint, target in targets: quteproc.open_path('data/hints/issue1393.html') quteproc.send_cmd(':hint') - quteproc.wait_for(message=re.compile('hints: .*'), category='hints') + quteproc.wait_for(message='hints: *', category='hints') quteproc.send_cmd(':follow-hint {}'.format(hint)) quteproc.wait_for_load_finished('data/{}'.format(target))