Skip to content

Commit

Permalink
排查send没有充足金额
Browse files Browse the repository at this point in the history
  • Loading branch information
xu11 committed Aug 12, 2024
1 parent d66b0cf commit e58d8b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/e2e/__tests__/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ test.describe('overview page tests', () => {
console.log('查看设置的起始区块数是否成功');
page.waitForTimeout(60000);
await page.screenshot({path: "./test-results/watch_block_number.png"});
// await page.waitForSelector('.syncStatus_synced__JM5ln');
await page.getByTitle('History').click();
await page.screenshot({path: "./test-results/history.png"});
await page.getByTitle('Overview').click();
Expand Down

0 comments on commit e58d8b5

Please sign in to comment.