[autotests] Adjust TestScreenEdges::testFullScreenBlocking for changes
We need to wait the reactivation time before getting a pushback again.
This commit is contained in:
parent
1d3a1aa061
commit
acf668d798
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue