[autotests] Adjust TestScreenEdges::testFullScreenBlocking for changes

We need to wait the reactivation time before getting a pushback again.
This commit is contained in:
Martin Gräßlin 2015-09-30 10:22:54 +02:00
parent 1d3a1aa061
commit acf668d798

View file

@ -688,6 +688,7 @@ void TestScreenEdges::testFullScreenBlocking()
QCOMPARE(Cursor::pos(), QPoint(1, 50));
// let's make the client fullscreen again, but with a geometry not intersecting the left edge
QTest::qWait(351);
client.setFullScreen(true);
client.setGeometry(client.geometry().translated(10, 0));
emit s->checkBlocking();