[autotests] Adjust TestScreenEdges::testFullScreenBlocking for changes

We need to wait the reactivation time before getting a pushback again.
master
Martin Gräßlin 9 years ago
parent 1d3a1aa061
commit acf668d798

@ -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();

Loading…
Cancel
Save