Skip to content

Commit

Permalink
添加查看设置的起始区块数是否成功
Browse files Browse the repository at this point in the history
  • Loading branch information
xu11 committed Aug 9, 2024
1 parent 18ed4cd commit 3e68642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/e2e/__tests__/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ test.describe('overview page tests', () => {
page.waitForTimeout(6000);
await page.getByRole('button', {name: 'Confirm'}).click();
console.log('区块设置成功');
await page.locator('.syncStatus_syncing__LiW3Q').click()
console.log('查看设置的起始区块数是否成功');
await page.screenshot({path: "./test-results/watch_block_number.png"});
// await page.waitForSelector('.syncStatus_synced__JM5ln');
await page.getByTitle('Overview').click();
await page.screenshot({path: "./test-results/send_transaction_3.png"});
Expand Down

0 comments on commit 3e68642

Please sign in to comment.