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