Add tab_registry to test_tab

This commit is contained in:
Florian Bruhin 2016-07-08 18:49:00 +02:00
parent e36123735b
commit 949172809d

View File

@ -42,7 +42,7 @@ except ImportError:
@pytest.mark.parametrize('view', [WebView, WebEngineView])
def test_tab(qtbot, view, config_stub):
def test_tab(qtbot, view, config_stub, tab_registry):
config_stub.data = {
'input': {
'forward-unbound-keys': 'auto'