Skip to content

Commit b2d883d

Browse files
authored
Apply suggestions from code review
1 parent 2ab69b7 commit b2d883d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/config/browser/playwright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ await userEvent.click(page.getByRole('button'), {
113113
When enabled, Vitest uses Playwright's [persistent context](https://playwright.dev/docs/api/class-browsertype#browser-type-launch-persistent-context) instead of a regular browser context. This allows browser state (cookies, localStorage, DevTools settings, etc.) to persist between test runs.
114114

115115
::: warning
116-
This option is ignored when running tests in parallel (e.g. when headless with [`fileParallelism`](/config/file-parallelism) enalbed) since persistent context cannot be shared across parallel sessions.
116+
This option is ignored when running tests in parallel (e.g. when headless with [`fileParallelism`](/config/fileparallelism) enalbed) since persistent context cannot be shared across parallel sessions.
117117
:::
118118

119119
- When set to `true`, the user data is stored in `./node_modules/.cache/vitest-playwright-user-data`

0 commit comments

Comments
 (0)