From 0b003ef2c3c9029a2d92dfc23d760de895e0d7a4 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 7 Nov 2020 11:31:38 -0500 Subject: Add showPopupPreview to options test (#1001) --- 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 c3ff4c8f..82859dd3 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -500,7 +500,8 @@ function createOptionsUpdatedTestData1() { global: { database: { prefixWildcardsSupported: false - } + }, + showPopupPreview: false } }; } -- cgit v1.2.3