Skip to content

Commit 42f3d88

Browse files
authored
Merge pull request #5665 from patryk-przybysz/fix/ilocator-role-types
fix(typings): add ARIA locators to ILocator
2 parents ccc8b3c + 16e0ce0 commit 42f3d88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typings/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ declare namespace CodeceptJS {
464464
| { shadow: string[] }
465465
| { custom: string }
466466
| { pw: string }
467+
| { role: string; name?: string; text?: string; exact?: boolean }
467468
interface CustomLocators {}
468469
interface OtherLocators {
469470
props?: object

0 commit comments

Comments
 (0)