diff --git a/autotests/integration/move_resize_window_test.cpp b/autotests/integration/move_resize_window_test.cpp index 1e17f6371d..16ac32915a 100644 --- a/autotests/integration/move_resize_window_test.cpp +++ b/autotests/integration/move_resize_window_test.cpp @@ -457,6 +457,7 @@ void MoveResizeWindowTest::testGrowShrink() QVERIFY(surfaceConfigureRequestedSpy.isValid()); // let's render auto c = Test::renderAndWaitForShown(surface.data(), QSize(100, 50), Qt::blue); + QVERIFY(toplevelConfigureRequestedSpy.wait()); QVERIFY(c); QCOMPARE(workspace()->activeClient(), c);