fixed tests

This commit is contained in:
Kendall Werts 2020-02-10 16:00:47 -06:00
parent 60826dc935
commit 5702b1e91b

View file

@ -85,7 +85,7 @@ const initializeWithTab = async (details = {
beforeParse(window) { beforeParse(window) {
window.browser.storage.local.set({ window.browser.storage.local.set({
"browserActionBadgesClicked": [], "browserActionBadgesClicked": [],
"onboarding-stage": 6, "onboarding-stage": 7,
"achievements": [], "achievements": [],
"syncEnabled": true "syncEnabled": true
}); });