doc type needs string for types return

This commit is contained in:
serialbandicoot 2024-09-09 10:33:57 +01:00
parent d5c4b496b9
commit bf44368a87
2 changed files with 2 additions and 1 deletions

View file

@ -251,5 +251,6 @@ Test id attribute name.
## method: Selectors.testIdAttributeName
* since: v1.48
- returns: <[string]>
Return the current Test id attribute name.

View file

@ -19899,7 +19899,7 @@ export interface Selectors {
/**
* Return the current Test id attribute name.
*/
testIdAttributeName(): void;
testIdAttributeName(): string;
}
/**