Closed
Description
Describe the Feature
All basic attribute matcher queries (*ByText
, *ByTestId
, ...) accept TextMatcherOptions
(exact
and normalizer
). However *ByLabelText
and *ByHintText
do not.
The goal of this task is to add the same options to that queries.
Possible Implementations
This should be relatively straightforward copying of code from e.g. *ByTestId
and applying it to *ByLabelTextand
*ByHintText` queries.