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

Added tester for RouterLink. #1810

Open joelpop opened 4 months ago

joelpop commented 4 months ago

Description

Adds missing ComponentTester for RouterLink. (Attempting to use AnchorTester in its place results in an error due to Anchor and RouterLink being different Components.

Tester methods include

Fixes #1805

Type of change

Checklist

Additional for Feature type of change