summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-06-21 22:22:04 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-06-21 22:23:58 +0200
commit48808e59cbfee78b1d397ae9ec7c1852eac81e52 (patch)
treee28bc5a70968ec532b42f91af95a12d318110af8
parent5571ef4e62181c6caff1c1a12ff99bcd5a31821c (diff)
downloadqutebrowser-48808e59cbfee78b1d397ae9ec7c1852eac81e52.tar.gz
qutebrowser-48808e59cbfee78b1d397ae9ec7c1852eac81e52.zip
Re-add waiting for QQuickWidget
Apparently this is still needed on some PyQt versions. (cherry picked from commit 9a5439e5d09c0840918ad37c72e25f9edaef8b2d)
-rw-r--r--tests/end2end/fixtures/quteprocess.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py
index 0c560cf51..7d1cd2394 100644
--- a/tests/end2end/fixtures/quteprocess.py
+++ b/tests/end2end/fixtures/quteprocess.py
@@ -361,6 +361,9 @@ class QuteProc(testprocess.Process):
"Focus object changed: "
"<qutebrowser.browser.webengine.webview.WebEngineView object "
"at *>",
+ # Qt >= 5.11 with workarounds
+ "Focus object changed: "
+ "<PyQt5.QtQuickWidgets.QQuickWidget object at *>",
]
if (log_line.category == 'ipc' and