Skip to content

Commit

Permalink
Merge pull request #185 from lidofinance/update-fixes
Browse files Browse the repository at this point in the history
Update fixes
  • Loading branch information
itaven authored Sep 20, 2024
2 parents c80e0db + 93b6e12 commit 7facbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"branches": [
"main",
{
"name": "refactor-mm-page-objects",
"name": "develop",
"channel": "alpha",
"prerelease": "alpha"
}
Expand Down
1 change: 1 addition & 0 deletions packages/wallets/src/metamask/pages/home.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class HomePage {
this.page.context().waitForEvent('page', { timeout: 10000 }),
this.transactionExplorerButton.click(),
]);
await this.page.close();
return etherscanPage;
});
}
Expand Down

0 comments on commit 7facbf0

Please sign in to comment.