summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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