diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-22 18:22:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 18:22:14 -0500 |
commit | c03340c4aa77c0a84b28bf18407aa79972697213 (patch) | |
tree | e9ac15274cf7e952ac19a3d53e160f4a4ed4a278 /test | |
parent | d0adf2ca156f92c4f62e8ee5082f26e21e4fde70 (diff) |
Change popupCurrentIndicatorMode default to triangle (#1161)
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 7ef5e0a1..2c8b421c 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -294,7 +294,7 @@ function createProfileOptionsUpdatedTestData1() { usePopupShadowDom: true, usePopupWindow: false, maximumClipboardSearchLength: 1000, - popupCurrentIndicatorMode: 'bar-left', + popupCurrentIndicatorMode: 'triangle', popupActionBarVisibility: 'auto', popupActionBarLocation: 'right' }, |