[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.
This commit is contained in:
parent
c453eb696c
commit
b221d529a2
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue