summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-02-03 18:59:29 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-02-03 18:59:55 +0100
commit270b325354e2a66c785057f3606706b1bbc3040f (patch)
treec2648ed7111d15221e9c085e2ab7575efb4444b4
parent03217f314d4769f4854b8c1d8df1daeb01f6efb2 (diff)
downloadqutebrowser-270b325354e2a66c785057f3606706b1bbc3040f.tar.gz
qutebrowser-270b325354e2a66c785057f3606706b1bbc3040f.zip
Adjust tests for hints.leave_on_mode change
(cherry picked from commit 985c711e49d9503e52964766fceda78802aae656)
-rw-r--r--tests/end2end/features/hints.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature
index fb04db01c..cf35c5356 100644
--- a/tests/end2end/features/hints.feature
+++ b/tests/end2end/features/hints.feature
@@ -443,7 +443,8 @@ Feature: Using hints
### hints.leave_on_load
Scenario: Leaving hint mode on reload
- When I open data/hints/html/wrapped.html
+ When I set hints.leave_on_load to true
+ And I open data/hints/html/wrapped.html
And I hint with args "all"
And I run :reload
Then "Leaving mode KeyMode.hint (reason: load started)" should be logged