diff --git a/autotests/integration/colorcorrect_nightcolor_test.cpp b/autotests/integration/colorcorrect_nightcolor_test.cpp --- a/autotests/integration/colorcorrect_nightcolor_test.cpp +++ b/autotests/integration/colorcorrect_nightcolor_test.cpp @@ -61,10 +61,12 @@ void ColorCorrectNightColorTest::init() { + QVERIFY(Test::setupWaylandConnection()); } void ColorCorrectNightColorTest::cleanup() { + Test::destroyWaylandConnection(); } void ColorCorrectNightColorTest::testConfigRead_data()