Skip to content

Commit

Permalink
feat: trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Nov 5, 2024
1 parent 8273ca7 commit 471f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallets/src/metamask/metamask.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class MetamaskPage implements WalletPage {

async setup() {
await test.step('Setup', async () => {
// added explicit route to #onboarding due to unexpected first time route from /home.html to /onboarding --> page is close
// added explicit route to #onboarding due to unexpected first time route from /home.html to /onboarding ---> page is close
await this.navigate();
if (!(await this.header.networkListButton.isVisible())) {
await this.onboardingPage.firstTimeSetup();
Expand Down

0 comments on commit 471f923

Please sign in to comment.