diff --git a/tests/end2end/data/hints/html/click_handler.html b/tests/end2end/data/hints/html/click_handler.html new file mode 100644 index 000000000..43338a519 --- /dev/null +++ b/tests/end2end/data/hints/html/click_handler.html @@ -0,0 +1,18 @@ + + + + + + + + Javascript link + + + + + + diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 3a0cb1da0..bb739b6bb 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -185,6 +185,11 @@ Feature: Using hints # The actual check is already done above Then no crash should happen + Scenario: Error with invalid hint group + When I open data/hints/buttons.html + And I run :hint INVALID_GROUP + Then the error "Undefined hinting group 'INVALID_GROUP'!" should be shown + # https://github.com/qutebrowser/qutebrowser/issues/1613 Scenario: Hinting inputs with padding When I open data/hints/input.html