doc type needs string for types return
This commit is contained in:
parent
d5c4b496b9
commit
bf44368a87
|
|
@ -251,5 +251,6 @@ Test id attribute name.
|
|||
|
||||
## method: Selectors.testIdAttributeName
|
||||
* since: v1.48
|
||||
- returns: <[string]>
|
||||
|
||||
Return the current Test id attribute name.
|
||||
2
packages/playwright-core/types/types.d.ts
vendored
2
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -19899,7 +19899,7 @@ export interface Selectors {
|
|||
/**
|
||||
* Return the current Test id attribute name.
|
||||
*/
|
||||
testIdAttributeName(): void;
|
||||
testIdAttributeName(): string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue