chore: fix indentation in readme snippet (#13947)
This commit is contained in:
parent
95f7acf1e4
commit
9a43d946b0
|
|
@ -97,8 +97,8 @@ This code snippet navigates to whatsmyuseragent.org and saves a screenshot.
|
|||
import { test } from '@playwright/test';
|
||||
|
||||
test('Page Screenshot', async ({ page }) => {
|
||||
await page.goto('http://whatsmyuseragent.org/');
|
||||
await page.screenshot({ path: `example.png` });
|
||||
await page.goto('http://whatsmyuseragent.org/');
|
||||
await page.screenshot({ path: `example.png` });
|
||||
});
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue