ui5-community / wdi5

official UI5 end-to-end test framework for UI5 web-apps. wdi5 = Webdriver.IO + UI5 Test API
https://ui5-community.github.io/wdi5/
Apache License 2.0
102 stars 43 forks source link

Interactable matcher has wrong type definition #602

Closed heimwege closed 7 months ago

heimwege commented 7 months ago

Hey guys 👋🏻 ,

the interactable matcher is quite boolean but the type definition insists on Record<string, unknown>.

vobu commented 7 months ago

argh, slipped through. PR fixing this pretty please 😸 ?!

vobu commented 7 months ago

this came in with #606