improvements, fixes and docs: v2.0.9 is out #618
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
-
⬆️ improvements
$control.press()
now prefers using the UI5-native "click" event instead ofwdio
's.click()
.as soon as you have an
interaction
defined in your selector, the UI5 internal way of clicking on the control is used:this enables actual clicking on otherwise hard to reach aggregation items of a control, e.g. in the Planning Calendar.
🔨 🐛 bugfix
correctly handling special chars in username and password for
Basic Auth
(thanks, @danielang!)
📜 testing scope
a concise write-up on what to test with
wdi5
- and what not to test 😸https://ui5-community.github.io/wdi5/#/recipes?id=testing-scope-and-guidelines
(thanks, @arnaudbuchholz-sap!)
Beta Was this translation helpful? Give feedback.
All reactions