testbench icon indicating copy to clipboard operation
testbench copied to clipboard

Remove extension methods that handles attributes directly

Open mcollovati opened this issue 2 years ago • 0 comments

Test framework should not introduce functionality that gets or sets element attributes on Vaadin component. Remove all extension methods that manages element attributes.

An example is Component.tooltip in ComponentUtils.kt

mcollovati avatar May 16 '22 09:05 mcollovati