pub fn find_all_by_test_id<M: Into<Matcher>>(
container: &HtmlElement,
matcher: M,
options: MatcherOptions,
wait_for_options: WaitForOptions,
) -> Result<Vec<HtmlElement>, QueryError>
pub fn find_all_by_test_id<M: Into<Matcher>>(
container: &HtmlElement,
matcher: M,
options: MatcherOptions,
wait_for_options: WaitForOptions,
) -> Result<Vec<HtmlElement>, QueryError>