diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-19 15:42:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 15:42:44 -0500 |
commit | 1b1b24ab35f80ee22ddbdc2172a25b9442bd5dce (patch) | |
tree | bddbffb9fcb1dac9ceece71e69dc916e3e0c0ae8 /test | |
parent | dcb75cce1e3590b4f1469c01a721e3ef3b319888 (diff) |
Entry indicator update (#1134)
* Move entry current indicator rules
* Simplify rules
* Add popupCurrentIndicatorMode option
* Add option to settings page
* Expose popupCurrentIndicatorMode
* Restore asterisk current indicator
* Implement dot
* Update action button vars
* Fix tests
* Add none option
* Add triangle option
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index ca14e8d4..46ca0810 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -293,7 +293,8 @@ function createProfileOptionsUpdatedTestData1() { useSecurePopupFrameUrl: true, usePopupShadowDom: true, usePopupWindow: false, - maximumClipboardSearchLength: 1000 + maximumClipboardSearchLength: 1000, + popupCurrentIndicatorMode: 'bar-left' }, audio: { enabled: true, |