From b221d529a297ad7220d6fed2c9af7a2c8e7749cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 2 May 2017 21:17:41 +0200 Subject: [PATCH] [autotests] Fix touch screen edge test after setting a default Changes the config mocking to not have an action on the left edge which conflicts with the test condition. --- autotests/integration/scripting/screenedge_test.cpp | 1 + 1 file changed, 1 insertion(+) 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);