Function: findAllByTestId()
findAllByTestId(
container,testId,options?):Promise<Widget[]>
Defined in: queries.ts:332
Waits for and finds all widgets matching the specified test ID.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
testId | string | RegExp | The test ID or pattern to match |
options? | TextMatchOptions | Text matching options (exact, normalizer) |
Returns
Promise<Widget[]>
Promise resolving to array of matching widgets