Skip to content

Commit

Permalink
fix unlock name
Browse files Browse the repository at this point in the history
  • Loading branch information
danivm committed Dec 21, 2021
1 parent 6f49e5e commit 524848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/metamask.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
await puppeteer.waitAndType(unlockPageElements.passwordInput, password);
await puppeteer.waitAndClick(unlockPageElements.unlockButton);
await puppeteer.waitFor(mainPageElements.walletOverview);
await module.exports.closePopup();
await module.exports.closeMetamaskPopup();
return true;
},
importWallet: async (secretWords, password) => {
Expand Down

0 comments on commit 524848e

Please sign in to comment.