From 8a290bf9b277c160e066a50abc0e767a27607dfb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 18 Jul 2016 14:30:14 +0200 Subject: [PATCH] Add a test for #1657/#1658 --- tests/end2end/features/hints.feature | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 91aa13621..1aa4cb53b 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -238,3 +238,13 @@ Feature: Using hints And I press the key "2" And I wait for "Leaving mode KeyMode.hint (reason: all filtered)" in the log Then no crash should happen + + # https://github.com/The-Compiler/qutebrowser/issues/1657 + Scenario: Using rapid number hinting twice + When I open data/hints/number.html + And I set hints -> mode to number + And I run :hint --rapid + And I run :leave-mode + And I run :hint --rapid + And I run :follow-hint 00 + Then data/numbers/1.txt should be loaded