aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-19 20:07:55 -0500
committerGitHub <noreply@github.com>2020-12-19 20:07:55 -0500
commit443d6d1956691861a5e0203e33726b8c2aa93eef (patch)
treec302124766dde3f87454682508331b4647c71e8f /test
parent8454431cdbc026e56c4879c5fc0133647a6f75ca (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.js4
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,