Skip to content

Commit

Permalink
fix: fixed addNetwork() MM function
Browse files Browse the repository at this point in the history
  • Loading branch information
jake4take committed Dec 8, 2023
1 parent ae36f8a commit 113b0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallets/src/metamask/metamask.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export class MetamaskPage implements WalletPage {
blockExplorer,
);
await this.page.click('text=Save');
await this.page.click('text=Switch to ');
await this.navigate();
});
}
Expand Down

0 comments on commit 113b0fe

Please sign in to comment.