Add tab_registry to test_tab
This commit is contained in:
parent
e36123735b
commit
949172809d
@ -42,7 +42,7 @@ except ImportError:
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('view', [WebView, WebEngineView])
|
@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 = {
|
config_stub.data = {
|
||||||
'input': {
|
'input': {
|
||||||
'forward-unbound-keys': 'auto'
|
'forward-unbound-keys': 'auto'
|
||||||
|
Loading…
Reference in New Issue
Block a user