9.3.0.alpha1
Pre-release
Pre-release
This is a pre-release of TestBench new minor version 9.3 for upcoming Vaadin 24.4.
What's Changed
- feat!: provide additional selectors to ElementQuery by @joelpop in #1774
- feature #1775 add support for lit renderers to grid tester by @joelpop in #1776
- feat: add conditional (non-attribute) selectors to ElementQueries by @joelpop in #1784
- fix: force WebDriver creation if DriverSupplier returns null by @mcollovati in #1787
- feat: add download method to AnchorTester by @sissbruecker in #1789
- feat: rework "containing" selectors via addition of remaining attribute operators by @joelpop in #1786
- chore: upgrade license-checker to 1.12.12 by @vaadin-bot in #1790
Breaking Changes
Differently from the previous versions, ElementQuery.id(...)
will now throw an exception if multiple elements with the same id
are present, instead of returning the first matching item. To switch back to the old behavior, you have to change the id(...)
call to withId(...).first()
.
New Contributors
Full Changelog: 9.2.7...9.3.0.alpha1