diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 46ca0810..a00e9e72 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -294,7 +294,9 @@ function createProfileOptionsUpdatedTestData1() { usePopupShadowDom: true, usePopupWindow: false, maximumClipboardSearchLength: 1000, - popupCurrentIndicatorMode: 'bar-left' + popupCurrentIndicatorMode: 'bar-left', + popupActionBarVisibility: 'auto', + popupActionBarLocation: 'right' }, audio: { enabled: true, |