Show web_engine_tab container
This is needed for caret tests on Qt < 5.11
This commit is contained in:
parent
20da259de6
commit
b8ab378083
@ -211,6 +211,9 @@ def webengine_tab(qtbot, tab_registry, fake_args, mode_manager,
|
||||
# to make sure container isn't GCed
|
||||
tab.container = container
|
||||
|
||||
with qtbot.waitExposed(container):
|
||||
container.show()
|
||||
|
||||
return tab
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user