The "verbs" in "Testers" API should be more like user actions than replicas made of Component API. e.g. _setValue(String)_ -> _fill(String)_ Arguments: 1. Test cases would be more like a usage descriptions (especially together with #38) 2. It wouldn't be that easy to accidentally mix wheter one is using the actual components or simulating user actions on it 3. API would be more like in Playwright, which is more familiar with general audience
The "verbs" in "Testers" API should be more like user actions than replicas made of Component API.
e.g. setValue(String) -> fill(String)
Arguments: