Skip to content

API Reference / @gtkx/testing / findAllByDisplayValue

Variable: findAllByDisplayValue

const findAllByDisplayValue: BuiltinQueries["findAllByDisplayValue"]

Defined in: packages/testing/dist/queries.d.ts:156

Waits for and returns every mapped widget with a matching display value, retrying until at least one appears or the timeout elapses. Widgets that are not mapped are never matched.

Released under the MPL-2.0 License.