Skip to content

Commit

Permalink
等待同步
Browse files Browse the repository at this point in the history
  • Loading branch information
xu11 committed Aug 13, 2024
1 parent 3f07eaa commit 8027dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/__tests__/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ test.describe('overview page tests', () => {
console.log('输入金额成功');
await page.screenshot({path: "./test-results/send_transaction_4.png"});
test.setTimeout(480000);
await page.waitForTimeout(20_000);
await page.waitForTimeout(240000);
await page.locator("id=amount").fill("103.4");
await page.screenshot({path: "./test-results/7min-sync.png"});
await page.getByTitle('History').click();
Expand Down

0 comments on commit 8027dd5

Please sign in to comment.