Skip to content

Commit

Permalink
Merge pull request #150 from lidofinance/test-debug
Browse files Browse the repository at this point in the history
fix: push publish
  • Loading branch information
itaven authored May 30, 2024
2 parents 08d5876 + 6e9a937 commit 56b2b91
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 @@ -30,7 +30,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 (!this.page) throw "Page isn't ready";
if (!(await this.page.getByTestId('network-display').isVisible())) {
Expand Down

0 comments on commit 56b2b91

Please sign in to comment.