docs: fix a typo in configuration docs (#8619)

This commit is contained in:
mrazauskas 2021-09-01 19:24:28 +03:00 committed by GitHub
parent 595f2296a6
commit 6f96a243f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,7 +242,7 @@ Now you can use a relative path when navigating the page, or use `baseURL` fixtu
```js js-flavor=ts
// test.spec.ts
import { test } = from '@playwright/test';
import { test } from '@playwright/test';
test('test', async ({ page, baseURL }) => {
// baseURL is taken directly from your web server,
// e.g. http://localhost:3000