From ec88c1539099b6d4d2c67fa0896d2509b41976f8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 9 Jun 2018 20:05:26 +0200 Subject: [PATCH] Fix waiting for initial focus object with Qt 5.11 workarounds This was broken in d32d541ac0e3c00e5c17a7a04710567c61e5aaac because now apparently PyQt knows it's a QQuickWidget. --- tests/end2end/fixtures/quteprocess.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 7311c7b38..4101e6142 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -361,6 +361,9 @@ class QuteProc(testprocess.Process): "Focus object changed: " "", + # Qt >= 5.11 with workarounds + "Focus object changed: " + "", ] if (log_line.category == 'ipc' and