fixed tests
This commit is contained in:
parent
60826dc935
commit
5702b1e91b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue