diff --git a/autotests/integration/xwayland_input_test.cpp b/autotests/integration/xwayland_input_test.cpp index 28ee7a6df1..c617d446fc 100644 --- a/autotests/integration/xwayland_input_test.cpp +++ b/autotests/integration/xwayland_input_test.cpp @@ -181,6 +181,7 @@ void XWaylandInputTest::testPointerEnterLeave() QVERIFY(client->surface()); // move pointer into the window, should trigger an enter + QVERIFY(!client->geometry().contains(Cursor::pos())); Cursor::setPos(client->geometry().center()); QVERIFY(enteredSpy.wait());