Skip to main content

Function: findAllByTestId()

findAllByTestId(container, testId, options?): Promise<Widget[]>

Defined in: queries.ts:493

Finds all elements matching a test ID pattern.

Parameters

ParameterTypeDescription
containerContainerThe container to search within
testIdTextMatchTest ID to match (string, RegExp, or custom matcher)
options?TextMatchOptionsQuery options including normalization and timeout

Returns

Promise<Widget[]>

Promise resolving to array of matching widgets