flow-components
flow-components copied to clipboard
Testbench: TextArea and TextField Components no longer get blurred after interaction
Description
After updating from Vaadin 14.10.8 to 14.11.0, some of our Testbench test cases fail. Affected are TextArea and TextField components when ValueChangeMode.ON_BLUR is set on them. The issue is, that interactions such as clear() or setValue(...) no longer cause a blur event to be triggered. However, that was the case with the older vaadin version.
Expected outcome
Basic tests should not break after an update.
Minimal reproducible example
See attached zip file testbench-demo-14.zip
Steps to reproduce
- Extract zip file and open project.
- Run
mvn clean verifyto build the project and run the tests - The tests pass
- Change the vaadin version inside the
POM.xmlfile from14.10.8to14.11.3 - Reload maven dependencies
- Run
mvn clean verifyto build the project and run the tests - The tests fail
Environment
Vaadin version(s): 14.11.0 and 14.11.3 OS: Windows
Browsers
Chrome