diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 0ec40a9b..1f4e3bfb 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -296,7 +296,8 @@ function createProfileOptionsUpdatedTestData1() { maximumClipboardSearchLength: 1000, popupCurrentIndicatorMode: 'triangle', popupActionBarVisibility: 'auto', - popupActionBarLocation: 'top' + popupActionBarLocation: 'top', + autoSearchClipboardContent: true }, audio: { enabled: true, |