Skip to content

Commit 16e0ce0

Browse files
fix(typings): add ARIA locators to ILocator
ARIA locators have worked since #5260 and are documented, but the hand-maintained ILocator union never included them.
1 parent 5b2517c commit 16e0ce0

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)