summaryrefslogtreecommitdiff
path: root/tests/end2end/features/hints.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/hints.feature')
-rw-r--r--tests/end2end/features/hints.feature4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature
index 3a0cb1da0..fd4465daa 100644
--- a/tests/end2end/features/hints.feature
+++ b/tests/end2end/features/hints.feature
@@ -15,6 +15,10 @@ Feature: Using hints
And I hint with args "links normal" and follow xyz
Then the error "No hint xyz!" should be shown
+ Scenario: Using :hint with invalid mode.
+ When I run :hint --mode=foobar
+ Then the error "Invalid mode: Invalid value 'foobar' - valid values: number, letter, word" should be shown
+
### Opening in current or new tab
Scenario: Following a hint and force to open in current tab.