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 0dd899d commit 310b0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ await page.type('#password', 'Suiyi44@');
await page.waitForSelector('#nextbtn')
await page.click('#nextbtn')

await page.waitForNavigation();
// await page.waitForNavigation();
// 登录成功后的操作,比如保存cookie等
// ...

Expand Down

0 comments on commit 310b0c0

Please sign in to comment.