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 ca14e8d4..46ca0810 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -293,7 +293,8 @@ function createProfileOptionsUpdatedTestData1() {              useSecurePopupFrameUrl: true,              usePopupShadowDom: true,              usePopupWindow: false, -            maximumClipboardSearchLength: 1000 +            maximumClipboardSearchLength: 1000, +            popupCurrentIndicatorMode: 'bar-left'          },          audio: {              enabled: true, |