diff --git a/commands/puppeteer.js b/commands/puppeteer.js index dc542540b..fd10137dc 100644 --- a/commands/puppeteer.js +++ b/commands/puppeteer.js @@ -33,6 +33,7 @@ module.exports = { }, clear: async () => { puppeteerBrowser = null; + return true; }, assignWindows: async () => { let pages = await puppeteerBrowser.pages(); @@ -54,7 +55,7 @@ module.exports = { clearWindows: async () => { mainWindow = null; metamaskWindow = null; - }, + return true; }, isMetamaskWindowActive: async () => { if (activeTabName === 'metamask') {