[autotests] Further condition check in XWaylandInputTest
Just to figure out an idea why the test fails on build.kde.org...
This commit is contained in:
parent
a0154d01eb
commit
33ca7750c2
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue