Skip to content

Commit

Permalink
chore:remove call to switchToKeplrWindow in metamask.js (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique authored Mar 5, 2024
1 parent 1081dc0 commit bbff0a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/metamask.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ const metamask = {
return true;
},
async disconnectWalletFromDapp() {
await playwright.switchToKeplrWindow();
await switchToMetamaskIfNotActive();
await playwright.waitAndClick(mainPageElements.optionsMenu.button);
await playwright.waitAndClick(
Expand Down

0 comments on commit bbff0a4

Please sign in to comment.