From 1f10c7ff9486c7ff3830134938630b1b55dc88ac Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 12 Sep 2016 22:00:54 +0200 Subject: [PATCH] Fix broken hint test The wait we added a few commits earlier was just plain wrong, filtering the strings isn't going to print that, and shouldn't happen async anyways... --- tests/end2end/features/hints.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 4695f207a..8cc5c4b84 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -235,12 +235,13 @@ Feature: Using hints And I run :follow-hint 1 Then data/numbers/7.txt should be loaded + # https://github.com/The-Compiler/qutebrowser/issues/576 + @qtwebengine_flaky Scenario: Keeping hint filter in rapid mode When I open data/hints/number.html And I set hints -> mode to number And I hint with args "all tab-bg --rapid" And I press the key "t" - And I wait for "hints: *" in the log And I run :follow-hint 0 And I run :follow-hint 1 Then data/numbers/2.txt should be loaded