Function: queryAllByTestId()
queryAllByTestId(
container,testId,options?):Widget[]
Defined in: queries.ts:229
Finds all elements matching a test ID without throwing.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
testId | TextMatch | Test ID to match (string, RegExp, or custom matcher) |
options? | TextMatchOptions | Query options including normalization |
Returns
Widget[]
Array of matching widgets (empty if none found)