qutebrowser/tests/integration/features/hints.feature
2016-02-23 18:51:32 +01:00

12 lines
449 B
Gherkin

Feature: Using hints
Scenario: Using :follow-hint outside of hint mode (issue 1105)
When I run :follow-hint
Then the error "follow-hint: This command is only allowed in hint mode." should be shown
Scenario: Using :follow-hint with an invalid index.
When I open data/hints/html/simple.html
And I run :hint links normal
And I run :follow-hint xyz
Then the error "No hint xyz!" should be shown