You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make type Element[] work with toBeElementsArrayOfSize (#1980)
* fix: tsc error with elements matcher and type `WebdriverIO.Element[]`
`WebdriverIO.Element[]` needs to also be a `ElementArrayLike`
* chore: add checks:all command to eases checks everything
* fix: have `toBeElementsArrayOfSize`work with type `WebdriverIO.Element[]`
0 commit comments