docs(README): remove duplicate line

This commit is contained in:
Andrey Lushnikov 2018-05-16 14:39:02 -07:00 committed by GitHub
parent 23d25a6e12
commit 1c4a8f0bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,8 +192,6 @@ Explore the [API documentation](docs/api.md) and [examples](https://github.com/G
await page.evaluate(() => console.log(`url is ${location.href}`));
await page.evaluate(() => console.log(`url is ${location.href}`));
4. Stop test execution and use a debugger in browser
- Use `{devtools: true}` when launching Puppeteer: