Currently there is no tester for GridPro, and GridPro add some specific functionalities on top of Grid, which cannot be addressed by browserless tests.
Ideally there should be a method to get the field that is used with .custom(..) and method to trigger value changes of the built-in editors, such as .text(..) and .checkbox(..), so that user inputs can be verified in unit tests.
See also: https://vaadin.com/forum/t/testing-gridpro-values-with-ui-unit-tests/178498
Currently there is no tester for
GridPro, andGridProadd some specific functionalities on top ofGrid, which cannot be addressed by browserless tests.Ideally there should be a method to get the field that is used with
.custom(..)and method to trigger value changes of the built-in editors, such as.text(..)and.checkbox(..), so that user inputs can be verified in unit tests.See also: https://vaadin.com/forum/t/testing-gridpro-values-with-ui-unit-tests/178498