Skip to content

Commit fc3fc85

Browse files
ankur22inancgumus
andcommitted
Update to browserContext -- one word
Apply suggestion from @inancgumus Co-authored-by: Inanc Gumus <inanc.gumus@grafana.com>
1 parent d66c4d0 commit fc3fc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/k6/v1.3.x/using-k6-browser/migrate-from-playwright-to-k6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ const bc1 = await browser.newContext();
417417
const bc2 = await browser.newContext();
418418
```
419419
420-
To fix this, close the existing `browserContext` before creating a new one.
420+
To fix this, close the existing browser context before creating a new one.
421421
422422
## Hybrid tests
423423

0 commit comments

Comments
 (0)