diff --git a/browser/components/customizableui/test/browser_946320_tabs_from_other_computers.js b/browser/components/customizableui/test/browser_946320_tabs_from_other_computers.js index 99a7e50021d..1d525195dd3 100644 --- a/browser/components/customizableui/test/browser_946320_tabs_from_other_computers.js +++ b/browser/components/customizableui/test/browser_946320_tabs_from_other_computers.js @@ -43,6 +43,7 @@ add_task(function() { let syncPrefBranch = new Preferences("services.sync."); syncPrefBranch.resetBranch(""); + Services.logins.removeAllLogins(); let hiddenPanelPromise = promisePanelHidden(window); PanelUI.toggle({type: "command"});