docs: fix a typo in configuration docs (#8619)
This commit is contained in:
parent
595f2296a6
commit
6f96a243f2
|
|
@ -242,7 +242,7 @@ Now you can use a relative path when navigating the page, or use `baseURL` fixtu
|
||||||
|
|
||||||
```js js-flavor=ts
|
```js js-flavor=ts
|
||||||
// test.spec.ts
|
// test.spec.ts
|
||||||
import { test } = from '@playwright/test';
|
import { test } from '@playwright/test';
|
||||||
test('test', async ({ page, baseURL }) => {
|
test('test', async ({ page, baseURL }) => {
|
||||||
// baseURL is taken directly from your web server,
|
// baseURL is taken directly from your web server,
|
||||||
// e.g. http://localhost:3000
|
// e.g. http://localhost:3000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue