diff --git a/docs/content/1.docs/1.getting-started/9.testing.md b/docs/content/1.docs/1.getting-started/9.testing.md index 43b1d4752f..67dc80c14d 100644 --- a/docs/content/1.docs/1.getting-started/9.testing.md +++ b/docs/content/1.docs/1.getting-started/9.testing.md @@ -102,7 +102,7 @@ Under the hood, Nuxt test utils uses [`playwright`](https://playwright.dev/) to * Type: `object` with the following properties * **type**: The type of browser to launch - either `chromium`, `firefox` or `webkit` - * **launch**: `object` of options that will be passed to playwright when launching the browser. See [full API reference](https://playwright.dev/#version=master&path=docs%2Fapi.md&q=browsertypelaunchoptions). + * **launch**: `object` of options that will be passed to playwright when launching the browser. See [full API reference](https://playwright.dev/docs/api/class-browsertype#browser-type-launch). #### `runner`