v0.9.12 (incl 0.9.11) is out: better DevX, interaction adapters compat, docs #340
vobu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
two releases in a short period of time! 🐎
v0.9.11fixes unwanted error log output and finetunes error messages for a better DevX.E.g. if a control is not found:
...or if an aggregation can't be retrieved:
...or if the fluent async api fails:
v0.9.12brings several changes and improvements:enterText()work with the fluent async api (see fluent async api does not work with .enterText() #294)→
await browser.asControl(selector).enterText("...").setEnabled(false)→
pressOPA5 action https://openui5.hana.ondemand.com/#/api/sap.ui.test.actions.Press on suitable controls when thewdi5press()API is used:"interaction": "root"selector property for controls with aggregations is documented (even though it originates from UI5/OPA5 core 😸): https://ui5-community.github.io/wdi5/#/recipes?id=using-interaction-on-a-selectorBeta Was this translation helpful? Give feedback.
All reactions