diff --git a/wallets/metamask/src/playwright/pages/NotificationPage/actions/connectToDapp.ts b/wallets/metamask/src/playwright/pages/NotificationPage/actions/connectToDapp.ts index 63c8a488..2e1e00bd 100644 --- a/wallets/metamask/src/playwright/pages/NotificationPage/actions/connectToDapp.ts +++ b/wallets/metamask/src/playwright/pages/NotificationPage/actions/connectToDapp.ts @@ -11,7 +11,7 @@ async function selectAccounts(accountsToSelect: string[], accountLocators: Locat } async function connectMultipleAccounts(notificationPage: Page, accounts: string[]) { - // Wait for the accounts to be loaded as 'all()' doesnt not wait for the results - https://playwright.dev/docs/api/class-locator#locator-all + // Wait for the accounts to be loaded as 'all()' doesn't not wait for the results - https://playwright.dev/docs/api/class-locator#locator-all // Additionally disable default account to reuse necessary delay await notificationPage .locator(Selectors.ConnectPage.accountOption)