Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pili-book authored Jul 12, 2024
1 parent 247e76d commit e6f139c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ async function login() {
await page.click('.header > #header > .zgh-utilities > .zgh-accounts > .zgh-login')

// 输入账户
await page.waitForSelector('#login_id')
await page.click('#login_id')
await page.type('#login_id', '[email protected]');
await page.waitForSelector('#nextbtn')
await page.click('#nextbtn')
Expand Down

0 comments on commit e6f139c

Please sign in to comment.