Show web_engine_tab container

This is needed for caret tests on Qt < 5.11
This commit is contained in:
Florian Bruhin 2018-09-08 16:04:29 +02:00
parent 20da259de6
commit b8ab378083

View File

@ -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