chore: fix lint in types.d.ts (#19346)
This commit is contained in:
parent
622c1a8da6
commit
dd58609a0b
2
packages/playwright-core/types/types.d.ts
vendored
2
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -10956,7 +10956,7 @@ export interface Locator {
|
|||
* // single selection matching the label
|
||||
* element.selectOption({ label: 'Blue' });
|
||||
*
|
||||
* // multiple selection for blue, red and second option
|
||||
* // multiple selection for red, green and blue options
|
||||
* element.selectOption(['red', 'green', 'blue']);
|
||||
* ```
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue