diff --git a/typings/index.d.ts b/typings/index.d.ts index d2769b035..3d57f98ba 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -464,6 +464,7 @@ declare namespace CodeceptJS { | { shadow: string[] } | { custom: string } | { pw: string } + | { role: string; name?: string; text?: string; exact?: boolean } interface CustomLocators {} interface OtherLocators { props?: object