From 35fbc76df441756e5044bcc9784ab3219a8d6701 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 6 Dec 2020 21:17:05 -0500 Subject: Settings v2 testing setup (#1084) * Add option for using settings v2 * Add options/info about settings v2 * Use settings v2 URL when applicable * Update tests --- test/test-options-util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 2e59c7ea..cfb1c87d 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -503,7 +503,8 @@ function createOptionsUpdatedTestData1() { database: { prefixWildcardsSupported: false }, - showPopupPreview: false + showPopupPreview: false, + useSettingsV2: false } }; } -- cgit v1.2.3