diff --git a/autotests/integration/scripting/screenedge_test.cpp b/autotests/integration/scripting/screenedge_test.cpp index 919c548720..569304f426 100644 --- a/autotests/integration/scripting/screenedge_test.cpp +++ b/autotests/integration/scripting/screenedge_test.cpp @@ -78,6 +78,7 @@ void ScreenEdgeTest::initTestCase() // disable electric border pushback config->group("Windows").writeEntry("ElectricBorderPushbackPixels", 0); + config->group("TabBox").writeEntry("TouchBorderActivate", int(ElectricNone)); config->sync(); kwinApp()->setConfig(config);