summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_misc_bdd.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/test_misc_bdd.py')
-rw-r--r--tests/end2end/features/test_misc_bdd.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/end2end/features/test_misc_bdd.py b/tests/end2end/features/test_misc_bdd.py
index 7f899b6de..570afee64 100644
--- a/tests/end2end/features/test_misc_bdd.py
+++ b/tests/end2end/features/test_misc_bdd.py
@@ -16,6 +16,11 @@ def load_iframe(quteproc, server, ssl_server):
msg.expected = True
+@bdd.when("I turn on scroll logging")
+def turn_on_scroll_logging(quteproc):
+ quteproc.turn_on_scroll_logging(no_scroll_filtering=True)
+
+
@bdd.then(bdd.parsers.parse('the PDF {filename} should exist in the tmpdir'))
def pdf_exists(quteproc, tmpdir, filename):
path = tmpdir / filename