diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-19 20:07:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 20:07:55 -0500 |
commit | 443d6d1956691861a5e0203e33726b8c2aa93eef (patch) | |
tree | c302124766dde3f87454682508331b4647c71e8f /test | |
parent | 8454431cdbc026e56c4879c5fc0133647a6f75ca (diff) |
Popup action bar options (#1140)
* Add options for action bar visibility and location
* Add settings
* Update styles
* Expose properties
* Update styles
* Update tests
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, |