aboutsummaryrefslogtreecommitdiff
path: root/test/test-options-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-options-util.js')
-rw-r--r--test/test-options-util.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js
index c8eb3b16..a7dc41d1 100644
--- a/test/test-options-util.js
+++ b/test/test-options-util.js
@@ -333,12 +333,12 @@ function createProfileOptionsUpdatedTestData1() {
},
options: {
showAdvanced: false,
+ searchTerms: true,
+ searchKanji: true,
scanOnTouchMove: true,
scanOnPenHover: true,
scanOnPenPress: true,
scanOnPenRelease: false,
- searchTerms: true,
- searchKanji: true,
preventTouchScrolling: true
}
},
@@ -352,12 +352,12 @@ function createProfileOptionsUpdatedTestData1() {
},
options: {
showAdvanced: false,
+ searchTerms: true,
+ searchKanji: true,
scanOnTouchMove: true,
scanOnPenHover: true,
scanOnPenPress: true,
scanOnPenRelease: false,
- searchTerms: true,
- searchKanji: true,
preventTouchScrolling: true
}
},
@@ -371,12 +371,12 @@ function createProfileOptionsUpdatedTestData1() {
},
options: {
showAdvanced: false,
+ searchTerms: true,
+ searchKanji: true,
scanOnTouchMove: true,
scanOnPenHover: true,
scanOnPenPress: true,
scanOnPenRelease: false,
- searchTerms: true,
- searchKanji: true,
preventTouchScrolling: true
}
}