w3wallets 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -231,7 +231,6 @@ var Metamask = class extends Wallet {
|
|
|
231
231
|
await this.page.getByTestId("metametrics-no-thanks").click();
|
|
232
232
|
await this.page.getByTestId("onboarding-complete-done").click();
|
|
233
233
|
await this.page.getByTestId("pin-extension-done").click();
|
|
234
|
-
await this.page.getByTestId("not-now-button").click();
|
|
235
234
|
}
|
|
236
235
|
async switchAccount(accountNameOrAddress) {
|
|
237
236
|
await this.page.getByTestId("account-menu-icon").click();
|
package/dist/index.mjs
CHANGED
|
@@ -197,7 +197,6 @@ var Metamask = class extends Wallet {
|
|
|
197
197
|
await this.page.getByTestId("metametrics-no-thanks").click();
|
|
198
198
|
await this.page.getByTestId("onboarding-complete-done").click();
|
|
199
199
|
await this.page.getByTestId("pin-extension-done").click();
|
|
200
|
-
await this.page.getByTestId("not-now-button").click();
|
|
201
200
|
}
|
|
202
201
|
async switchAccount(accountNameOrAddress) {
|
|
203
202
|
await this.page.getByTestId("account-menu-icon").click();
|