diff --git a/docs/src/test-configuration.md b/docs/src/test-configuration.md index 1548d6a606..1b273d1840 100644 --- a/docs/src/test-configuration.md +++ b/docs/src/test-configuration.md @@ -38,8 +38,9 @@ module.exports = { use: { // Browser options headless: false, - slowMo: 50, - + launchOptions: { + slowMo: 50, + }, // Context options viewport: { width: 1280, height: 720 }, ignoreHTTPSErrors: true, @@ -57,7 +58,9 @@ const config: PlaywrightTestConfig = { use: { // Browser options headless: false, - slowMo: 50, + launchOptions: { + slowMo: 50, + }, // Context options viewport: { width: 1280, height: 720 },