testbench icon indicating copy to clipboard operation
testbench copied to clipboard

clear() should be overriden by all test bench elements, that do not support it natively

Open stefanuebe opened this issue 10 months ago • 1 comments

Some testbench elements have already their own implementation of clear(), like the combobox, but some do not and thus run into an InvalidElementStateException, like the timepicker or checkbox group.

These elements should override that method to prevent (especially new) devs from the need to investigate potential and not so obvious issues with our test framework.

stefanuebe avatar Jan 17 '25 07:01 stefanuebe

See also: https://github.com/vaadin/testbench/issues/1800

TatuLund avatar Apr 01 '25 10:04 TatuLund