Skip to content

Commit

Permalink
调试CI account send-01
Browse files Browse the repository at this point in the history
  • Loading branch information
xu11 committed Aug 14, 2024
1 parent 00aefd3 commit 6c8cd75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e/__tests__/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ test.describe('实验性功能', () => {

test("receive ", async () => {
await page.getByRole('button', {name: 'Receive'}).first().click();
await page.screenshot({path: "./test-results/account_receive.png"});
console.log('点击收款成功!');
await page.locator('//*[@id="root"]/div/div/div[2]/div/dialog/div[2]/div/div[2]/div[2]/div').click();
console.log('点击地址成功!');
Expand Down

0 comments on commit 6c8cd75

Please sign in to comment.