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

feat: rework "containing" selectors via addition of remaining attribute operators #1786

Closed joelpop closed 2 months ago

joelpop commented 2 months ago

Description

Refactored name of "xContaining" attribute selector methods to "xContainingToken".

Added true "xContaining" attribute selector methods that match on substrings instead of on tokens.

Added remaining attribute matching operators and a corresponding selector method to utilize them. Refactored existing attribute-based selector methods to use this method.

Fixes #1554

Type of change

Checklist

Additional for Feature type of change