diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-10 16:49:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 16:49:40 -0500 |
commit | 25080ac82eef83fdaa921e2a8b12261130b8ac85 (patch) | |
tree | 6afa261d0693589462657f65e62ace8a99a5cbba /test | |
parent | 7f07b905abc42c10b8b71a06a60561bc169e851a (diff) |
Change popupActionBarLocation to top (#1222)
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 5ce9313e..c4a6addd 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -296,7 +296,7 @@ function createProfileOptionsUpdatedTestData1() { maximumClipboardSearchLength: 1000, popupCurrentIndicatorMode: 'triangle', popupActionBarVisibility: 'auto', - popupActionBarLocation: 'right' + popupActionBarLocation: 'top' }, audio: { enabled: true, |