[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.
icc-effect-5.14.5
Martin Gräßlin 2017-05-02 21:17:41 +02:00
parent c453eb696c
commit b221d529a2
1 changed files with 1 additions and 0 deletions

View File

@ -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);