docs(verification): fixed unclosed code tag (#2085)

Caused in 3979d4f492 and ended up in a failing CI
This commit is contained in:
Max Schmitt 2020-05-03 16:59:41 +02:00 committed by GitHub
parent c38f26ea02
commit 22e7513272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,7 @@ console.log(buffer.toString('base64'));
// Capture given element
const elementHandle = await page.$('.header');
await elementHandle.screenshot({ path: 'screenshot.png' });
```
#### API reference