Skip to content

Commit

Permalink
Merge branch 'main' into ad/wallet-api-patform-codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 authored Jan 6, 2025
2 parents 21cfa69 + 5c222ad commit c3c2a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/fixture-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class FixtureBuilder {
whitelist: [],
tabs: [
{
url: 'https://portfolio.metamask.io/explore?MetaMaskEntry=mobile/',
url: 'https://metamask.github.io/test-dapp/',
id: 1692550481062,
},
],
Expand Down
2 changes: 1 addition & 1 deletion e2e/pages/Browser/ConnectedAccountsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ConnectedAccountsModal {
}

async tapManagePermissionsButton() {
await TestHelpers.delay(3000);
await TestHelpers.delay(4000);
await Gestures.waitAndTap(this.managePermissionsButton);
}

Expand Down

0 comments on commit c3c2a33

Please sign in to comment.