mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
docs(parameterize): fix code snippet (#18848)
This commit is contained in:
parent
a7f205bf4d
commit
10b8a83b45
@ -159,7 +159,7 @@ export type TestOptions = {
|
||||
person: string;
|
||||
};
|
||||
|
||||
export const test = base.test.extend<TestOptions>({
|
||||
export const test = base.extend<TestOptions>({
|
||||
// Define an option and provide a default value.
|
||||
// We can later override it in the config.
|
||||
person: ['John', { option: true }],
|
||||
|
Loading…
Reference in New Issue
Block a user