Fix tests

This commit is contained in:
Lesley Norton
2021-10-20 14:41:58 -05:00
parent 1c0f2d8c5c
commit 91b0b4519e
2 changed files with 3 additions and 8 deletions
+3 -2
View File
@@ -88,7 +88,8 @@ const initializeWithTab = async (details = {
"onboarding-stage": 7,
"achievements": [],
"syncEnabled": true,
"replaceTabEnabled": false
"replaceTabEnabled": false,
"mozillaVpnInstalled": false,
});
window.browser.storage.local.set.resetHistory();
window.browser.storage.sync.clear();
@@ -109,4 +110,4 @@ module.exports = {
sinon,
expect,
nextTick,
};
};