From 25080ac82eef83fdaa921e2a8b12261130b8ac85 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 10 Jan 2021 16:49:40 -0500 Subject: Change popupActionBarLocation to top (#1222) --- test/test-options-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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, -- cgit v1.2.3