Skip to content

Commit 4b0ffdf

Browse files
committed
Sui and Monad
1 parent fcc4a6f commit 4b0ffdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallets/phantom/src/playwright/pages/HomePage/actions/closeSuiAndMonadScreen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export async function closeSuiAndMonadIfPresent(page: Page) {
77
await page.getByRole('button', { name: 'Not Now' }).click()
88
}
99

10-
await page.waitForTimeout(2_000)
10+
await page.waitForTimeout(5_000)
1111

1212
const monadIsVisible = await page.getByRole('button', { name: 'Enable Monad' }).isVisible()
1313

0 commit comments

Comments
 (0)