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 e6f139c commit 0dd899d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ await page.click('#login_id')
await page.type('#login_id', '[email protected]');
await page.waitForSelector('#nextbtn')
await page.click('#nextbtn')
await page.waitForNavigation();

// 输入密码
await page.waitForSelector('#password')
await page.click('#password')
await page.type('#password', 'Suiyi44@');
await page.waitForSelector('#nextbtn')
await page.click('#nextbtn')
Expand Down

0 comments on commit 0dd899d

Please sign in to comment.