diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-options-util.js | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/test/test-options-util.js b/test/test-options-util.js index f27fbcd4..d6dae940 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -457,6 +457,16 @@ function createProfileOptionsUpdatedTestData1() {                  {action: 'viewNote',          key: 'KeyV',      modifiers: ['alt'],  scopes: ['popup', 'search'], enabled: true},                  {action: 'copyHostSelection', key: 'KeyC',      modifiers: ['ctrl'], scopes: ['popup', 'search'], enabled: true}              ] +        }, +        popupWindow: { +            width: 400, +            height: 250, +            left: 0, +            top: 0, +            useLeft: false, +            useTop: false, +            windowType: 'popup', +            windowState: 'normal'          }      };  } |