-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: three small corrections in markup and code #1020
fix: three small corrections in markup and code #1020
Conversation
@@ -119,7 +119,7 @@ const msg = await page.evaluate(() => returnMessage()); | |||
|
|||
console.log(msg); | |||
|
|||
await page.waitForTimeout(20000); | |||
await page.waitForTimeout(10000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll ping @metalwarrior665 here because I just want to be sure I'm correcting a typo here. This code example has different timeout for Puppeteer and Playwright. I don't think there is a particular reason to it, so I assume it's just a typo. But maybe you'll remember if it is or is not intentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely typo
c63be9c
to
5173261
Compare
@metalwarrior665 @TC-MO Is this okay to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.