Skip to content

Commit

Permalink
排查send没有充足金额-01
Browse files Browse the repository at this point in the history
  • Loading branch information
xu11 committed Aug 12, 2024
1 parent e58d8b5 commit ed350ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e/__tests__/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ test.describe('overview page tests', () => {
console.log('查看设置的起始区块数是否成功');
page.waitForTimeout(60000);
await page.screenshot({path: "./test-results/watch_block_number.png"});
await page.getByTitle('History').click();
await page.screenshot({path: "./test-results/history.png"});
await page.getByTitle('Overview').click();
await page.screenshot({path: "./test-results/send_transaction_3.png"});
await page.getByRole('button', {name: 'Send'}).click();
Expand All @@ -171,6 +169,8 @@ test.describe('overview page tests', () => {
test.setTimeout(480000);
await page.waitForTimeout(420000);
await page.screenshot({path: "./test-results/7min-sync.png"});
await page.getByTitle('History').click();
await page.screenshot({path: "./test-results/history.png"});
await page.getByRole('button', {name: 'Send'}).click();
console.log('输入金额后发送成功');
await page.locator("id=password").fill('Aa111111');
Expand Down

0 comments on commit ed350ba

Please sign in to comment.