summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_scroll_bdd.py
blob: cde1bf1a0eabf69292bcafb00b72446185b70a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2015-2021 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later

import pytest

import pytest_bdd as bdd
bdd.scenarios('scroll.feature')


@pytest.fixture(autouse=True)
def turn_on_scroll_logging(quteproc):
    quteproc.turn_on_scroll_logging(no_scroll_filtering=True)