doc: add missing commas in code snippets (#21965)
Fixes https://github.com/microsoft/playwright/issues/21957
This commit is contained in:
parent
60ebea1e80
commit
97d2c4a635
|
|
@ -111,14 +111,14 @@ export default defineConfig({
|
|||
name: 'staging',
|
||||
use: {
|
||||
baseURL: 'staging.example.com',
|
||||
}
|
||||
},
|
||||
retries: 2,
|
||||
},
|
||||
{
|
||||
name: 'production',
|
||||
use: {
|
||||
baseURL: 'production.example.com',
|
||||
}
|
||||
},
|
||||
retries: 0,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue