Skip to content

Commit

Permalink
fix: flaky mock data during e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Aug 23, 2024
1 parent 6e3ab29 commit 3f5f7e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/playwright/mocks/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ export async function mockData(
accounts.map((account) => account.address)
);

await new Promise((resolve) => setTimeout(resolve, 300));

await page.evaluate(
([accounts, networks, connections, assets, vault, password]: [
Array<WalletAccount>,
Expand Down

0 comments on commit 3f5f7e4

Please sign in to comment.