diff --git a/test/data/json.json b/test/data/json.json index f5b632e1c7..217a95ce83 100644 --- a/test/data/json.json +++ b/test/data/json.json @@ -27,6 +27,7 @@ {"path": "test/data/vitest.options.config.json", "ignore": true}, {"path": "test/data/vitest.json.config.json", "ignore": true}, {"path": "benches/jsconfig.json", "ignore": true}, + {"path": "dev/data/manifest-variants.v2.json", "ignore": true}, { "path": "dev/data/manifest-variants.json", diff --git a/test/options-util.test.js b/test/options-util.test.js index 9c739fd12d..353fbefd39 100644 --- a/test/options-util.test.js +++ b/test/options-util.test.js @@ -509,6 +509,7 @@ function createProfileOptionsUpdatedTestData1() { useTop: false, windowType: 'popup', windowState: 'normal', + searchStickyHeader: true, }, clipboard: { enableBackgroundMonitor: false,