vaadin / testbench

Vaadin TestBench is a tool for automated user interface testing of Vaadin applications.
https://vaadin.com/testbench
Other
20 stars 22 forks source link

test: rename test classes to match containing file #1689

Closed mcollovati closed 1 year ago

mcollovati commented 1 year ago

Some of the UI Unit Test tests classes still contain the old Wrap suffix in the name, and the class does not match the containing file name. This change renames the test classes to replace the Wrap part with the correct Tester word.