Skip to main content

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

ParameterTypeDescription
containerContainerThe container to search within
testIdstring | RegExpThe test ID or pattern to match
options?TextMatchOptionsText matching options (exact, normalizer)

Returns

Promise<Widget[]>

Promise resolving to array of matching widgets