tests: Request mode_manager in fake_web_tab
Since we create a HintManager in AbstractTab now, we need a ModeManager present to use FakeWebTab.
This commit is contained in:
parent
f9db6b1d3d
commit
b1227391c5
@ -126,7 +126,7 @@ def tab_registry(win_registry):
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def fake_web_tab(stubs, tab_registry, qapp):
|
||||
def fake_web_tab(stubs, tab_registry, mode_manager, qapp):
|
||||
"""Fixture providing the FakeWebTab *class*."""
|
||||
if PYQT_VERSION < 0x050600:
|
||||
pytest.skip('Causes segfaults, see #1638')
|
||||
|
Loading…
Reference in New Issue
Block a user